public static interface GetBucketAccessKeysResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<GetBucketAccessKeysResponse.Builder,GetBucketAccessKeysResponse>
| Modifier and Type | Method and Description |
|---|---|
GetBucketAccessKeysResponse.Builder |
accessKeys(AccessKey... accessKeys)
An object that describes the access keys for the specified bucket.
|
GetBucketAccessKeysResponse.Builder |
accessKeys(Collection<AccessKey> accessKeys)
An object that describes the access keys for the specified bucket.
|
GetBucketAccessKeysResponse.Builder |
accessKeys(Consumer<AccessKey.Builder>... accessKeys)
An object that describes the access keys for the specified bucket.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBucketAccessKeysResponse.Builder accessKeys(Collection<AccessKey> accessKeys)
An object that describes the access keys for the specified bucket.
accessKeys - An object that describes the access keys for the specified bucket.GetBucketAccessKeysResponse.Builder accessKeys(AccessKey... accessKeys)
An object that describes the access keys for the specified bucket.
accessKeys - An object that describes the access keys for the specified bucket.GetBucketAccessKeysResponse.Builder accessKeys(Consumer<AccessKey.Builder>... accessKeys)
An object that describes the access keys for the specified bucket.
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 #accessKeys(List.
accessKeys - a consumer that will call methods on
AccessKey.Builder#accessKeys(java.util.Collection) Copyright © 2022. All rights reserved.