public static interface CreateBucketAccessKeyResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<CreateBucketAccessKeyResponse.Builder,CreateBucketAccessKeyResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateBucketAccessKeyResponse.Builder |
accessKey(AccessKey accessKey)
An object that describes the access key that is created.
|
default CreateBucketAccessKeyResponse.Builder |
accessKey(Consumer<AccessKey.Builder> accessKey)
An object that describes the access key that is created.
|
CreateBucketAccessKeyResponse.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.
|
CreateBucketAccessKeyResponse.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.
|
CreateBucketAccessKeyResponse.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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBucketAccessKeyResponse.Builder accessKey(AccessKey accessKey)
An object that describes the access key that is created.
accessKey - An object that describes the access key that is created.default CreateBucketAccessKeyResponse.Builder accessKey(Consumer<AccessKey.Builder> accessKey)
An object that describes the access key that is created.
This is a convenience method that creates an instance of theAccessKey.Builder avoiding the need to
create one manually via AccessKey.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to accessKey(AccessKey).
accessKey - a consumer that will call methods on AccessKey.BuilderaccessKey(AccessKey)CreateBucketAccessKeyResponse.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.
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.CreateBucketAccessKeyResponse.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.
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.CreateBucketAccessKeyResponse.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.
This is a convenience method that creates an instance of theOperation.Builder avoiding the need to create one
manually via Operation.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #operations(List.
operations - a consumer that will call methods on
Operation.Builder#operations(java.util.Collection) Copyright © 2023. All rights reserved.