public static interface ListBucketAnalyticsConfigurationsResponse.Builder extends S3Response.Builder, SdkPojo, CopyableBuilder<ListBucketAnalyticsConfigurationsResponse.Builder,ListBucketAnalyticsConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBucketAnalyticsConfigurationsResponse.Builder |
analyticsConfigurationList(AnalyticsConfiguration... analyticsConfigurationList)
The list of analytics configurations for a bucket.
|
ListBucketAnalyticsConfigurationsResponse.Builder |
analyticsConfigurationList(Collection<AnalyticsConfiguration> analyticsConfigurationList)
The list of analytics configurations for a bucket.
|
ListBucketAnalyticsConfigurationsResponse.Builder |
analyticsConfigurationList(Consumer<AnalyticsConfiguration.Builder>... analyticsConfigurationList)
The list of analytics configurations for a bucket.
|
ListBucketAnalyticsConfigurationsResponse.Builder |
continuationToken(String continuationToken)
The marker that is used as a starting point for this analytics configuration list response.
|
ListBucketAnalyticsConfigurationsResponse.Builder |
isTruncated(Boolean isTruncated)
Indicates whether the returned list of analytics configurations is complete.
|
ListBucketAnalyticsConfigurationsResponse.Builder |
nextContinuationToken(String nextContinuationToken)
NextContinuationToken is sent when isTruncated is true, which indicates that there
are more analytics configurations to list. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBucketAnalyticsConfigurationsResponse.Builder isTruncated(Boolean isTruncated)
Indicates whether the returned list of analytics configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken will be provided for a subsequent request.
isTruncated - Indicates whether the returned list of analytics configurations is complete. A value of true indicates
that the list is not complete and the NextContinuationToken will be provided for a subsequent request.ListBucketAnalyticsConfigurationsResponse.Builder continuationToken(String continuationToken)
The marker that is used as a starting point for this analytics configuration list response. This value is present if it was sent in the request.
continuationToken - The marker that is used as a starting point for this analytics configuration list response. This value
is present if it was sent in the request.ListBucketAnalyticsConfigurationsResponse.Builder nextContinuationToken(String nextContinuationToken)
NextContinuationToken is sent when isTruncated is true, which indicates that there
are more analytics configurations to list. The next request must include this
NextContinuationToken. The token is obfuscated and is not a usable value.
nextContinuationToken - NextContinuationToken is sent when isTruncated is true, which indicates that
there are more analytics configurations to list. The next request must include this
NextContinuationToken. The token is obfuscated and is not a usable value.ListBucketAnalyticsConfigurationsResponse.Builder analyticsConfigurationList(Collection<AnalyticsConfiguration> analyticsConfigurationList)
The list of analytics configurations for a bucket.
analyticsConfigurationList - The list of analytics configurations for a bucket.ListBucketAnalyticsConfigurationsResponse.Builder analyticsConfigurationList(AnalyticsConfiguration... analyticsConfigurationList)
The list of analytics configurations for a bucket.
analyticsConfigurationList - The list of analytics configurations for a bucket.ListBucketAnalyticsConfigurationsResponse.Builder analyticsConfigurationList(Consumer<AnalyticsConfiguration.Builder>... analyticsConfigurationList)
The list of analytics configurations for a bucket.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #analyticsConfigurationList(List) .analyticsConfigurationList - a consumer that will call methods on List.Builder #analyticsConfigurationList(List) Copyright © 2022. All rights reserved.