default CreateBucketResponse.Builder |
CreateBucketResponse.Builder.bucket(Consumer<Bucket.Builder> bucket) |
An object that describes the bucket that is created.
|
CreateBucketResponse.Builder |
CreateBucketResponse.Builder.bucket(Bucket bucket) |
An object that describes the bucket that is created.
|
static CreateBucketResponse.Builder |
CreateBucketResponse.builder() |
|
CreateBucketResponse.Builder |
CreateBucketResponse.Builder.operations(Collection<Operation> operations) |
An array of objects that describe the result of the action, such as the status of the request, the timestamp
of the request, and the resources affected by the request.
|
CreateBucketResponse.Builder |
CreateBucketResponse.Builder.operations(Consumer<Operation.Builder>... operations) |
An array of objects that describe the result of the action, such as the status of the request, the timestamp
of the request, and the resources affected by the request.
|
CreateBucketResponse.Builder |
CreateBucketResponse.Builder.operations(Operation... operations) |
An array of objects that describe the result of the action, such as the status of the request, the timestamp
of the request, and the resources affected by the request.
|
CreateBucketResponse.Builder |
CreateBucketResponse.toBuilder() |
|