public static final class CopySnapshotResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
CopySnapshotResponseBody.Builder |
allocationId(List<CopySnapshotResponseBody.AllocationId> allocationId)
The list of created snapshots.
|
CopySnapshotResponseBody.Builder |
bizStatusCode(String bizStatusCode)
Success status code.
|
CopySnapshotResponseBody |
build() |
CopySnapshotResponseBody.Builder |
requestId(String requestId)
The request ID.
|
CopySnapshotResponseBody.Builder |
unAllocationId(List<CopySnapshotResponseBody.UnAllocationId> unAllocationId)
The list of nodes that are not created.
|
public CopySnapshotResponseBody.Builder allocationId(List<CopySnapshotResponseBody.AllocationId> allocationId)
public CopySnapshotResponseBody.Builder bizStatusCode(String bizStatusCode)
* **PartSuccess**: partially succeeded. * **AllSuccess**: all succeeded.
public CopySnapshotResponseBody.Builder requestId(String requestId)
public CopySnapshotResponseBody.Builder unAllocationId(List<CopySnapshotResponseBody.UnAllocationId> unAllocationId)
public CopySnapshotResponseBody build()
Copyright © 2024. All rights reserved.