public static final class CreateFileSystemResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
CreateFileSystemResponseBody.Builder |
allocationId(List<String> allocationId)
The information about the file system that was created.
|
CreateFileSystemResponseBody.Builder |
bizStatusCode(String bizStatusCode)
The status code for successful operations.
|
CreateFileSystemResponseBody |
build() |
CreateFileSystemResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
CreateFileSystemResponseBody.Builder |
unAllocationId(List<String> unAllocationId)
The information about the file system that failed to be created.
|
public CreateFileSystemResponseBody.Builder allocationId(List<String> allocationId)
public CreateFileSystemResponseBody.Builder bizStatusCode(String bizStatusCode)
* PartSuccess: The operation is partially successful. * AllSuccess: The operation is successful.
public CreateFileSystemResponseBody.Builder requestId(String requestId)
public CreateFileSystemResponseBody.Builder unAllocationId(List<String> unAllocationId)
public CreateFileSystemResponseBody build()
Copyright © 2024. All rights reserved.