| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
CreateBucketResponse.Builder |
CreateBucketResponse.Builder.bucket(Bucket bucket)
An object that describes the bucket that is created.
|
default CreateBucketResponse.Builder |
CreateBucketResponse.Builder.bucket(Consumer<Bucket.Builder> 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateBucketResponse.Builder> |
CreateBucketResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.