public static interface GetBucketsRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<GetBucketsRequest.Builder,GetBucketsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetBucketsRequest.Builder |
bucketName(String bucketName)
The name of the bucket for which to return information.
|
GetBucketsRequest.Builder |
includeConnectedResources(Boolean includeConnectedResources)
A Boolean value that indicates whether to include Lightsail instances that were given access to the bucket
using the SetResourceAccessForBucket action.
|
GetBucketsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBucketsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetBucketsRequest.Builder |
pageToken(String pageToken)
The token to advance to the next page of results from your request.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBucketsRequest.Builder bucketName(String bucketName)
The name of the bucket for which to return information.
When omitted, the response includes all of your buckets in the Amazon Web Services Region where the request is made.
bucketName - The name of the bucket for which to return information.
When omitted, the response includes all of your buckets in the Amazon Web Services Region where the request is made.
GetBucketsRequest.Builder pageToken(String pageToken)
The token to advance to the next page of results from your request.
To get a page token, perform an initial GetBuckets request. If your results are paginated, the
response will return a next page token that you can specify as the page token in a subsequent request.
pageToken - The token to advance to the next page of results from your request.
To get a page token, perform an initial GetBuckets request. If your results are
paginated, the response will return a next page token that you can specify as the page token in a
subsequent request.
GetBucketsRequest.Builder includeConnectedResources(Boolean includeConnectedResources)
A Boolean value that indicates whether to include Lightsail instances that were given access to the bucket using the SetResourceAccessForBucket action.
includeConnectedResources - A Boolean value that indicates whether to include Lightsail instances that were given access to the
bucket using the SetResourceAccessForBucket action.GetBucketsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetBucketsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.