public static interface ListBucketAnalyticsConfigurationsRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<ListBucketAnalyticsConfigurationsRequest.Builder,ListBucketAnalyticsConfigurationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBucketAnalyticsConfigurationsRequest.Builder |
bucket(String bucket)
The name of the bucket from which analytics configurations are retrieved.
|
ListBucketAnalyticsConfigurationsRequest.Builder |
continuationToken(String continuationToken)
The ContinuationToken that represents a placeholder from where this request should begin.
|
ListBucketAnalyticsConfigurationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListBucketAnalyticsConfigurationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildListBucketAnalyticsConfigurationsRequest.Builder bucket(String bucket)
The name of the bucket from which analytics configurations are retrieved.
bucket - The name of the bucket from which analytics configurations are retrieved.ListBucketAnalyticsConfigurationsRequest.Builder continuationToken(String continuationToken)
The ContinuationToken that represents a placeholder from where this request should begin.
continuationToken - The ContinuationToken that represents a placeholder from where this request should begin.ListBucketAnalyticsConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListBucketAnalyticsConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.