public static interface ListBucketIntelligentTieringConfigurationsResponse.Builder extends S3Response.Builder, SdkPojo, CopyableBuilder<ListBucketIntelligentTieringConfigurationsResponse.Builder,ListBucketIntelligentTieringConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBucketIntelligentTieringConfigurationsResponse.Builder |
continuationToken(String continuationToken)
The
ContinuationToken that represents a placeholder from where this request should begin. |
ListBucketIntelligentTieringConfigurationsResponse.Builder |
intelligentTieringConfigurationList(Collection<IntelligentTieringConfiguration> intelligentTieringConfigurationList)
The list of S3 Intelligent-Tiering configurations for a bucket.
|
ListBucketIntelligentTieringConfigurationsResponse.Builder |
intelligentTieringConfigurationList(Consumer<IntelligentTieringConfiguration.Builder>... intelligentTieringConfigurationList)
The list of S3 Intelligent-Tiering configurations for a bucket.
|
ListBucketIntelligentTieringConfigurationsResponse.Builder |
intelligentTieringConfigurationList(IntelligentTieringConfiguration... intelligentTieringConfigurationList)
The list of S3 Intelligent-Tiering configurations for a bucket.
|
ListBucketIntelligentTieringConfigurationsResponse.Builder |
isTruncated(Boolean isTruncated)
Indicates whether the returned list of analytics configurations is complete.
|
ListBucketIntelligentTieringConfigurationsResponse.Builder |
nextContinuationToken(String nextContinuationToken)
The marker used to continue this inventory configuration listing.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBucketIntelligentTieringConfigurationsResponse.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.ListBucketIntelligentTieringConfigurationsResponse.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.ListBucketIntelligentTieringConfigurationsResponse.Builder nextContinuationToken(String nextContinuationToken)
The marker used to continue this inventory configuration listing. Use the NextContinuationToken
from this response to continue the listing in a subsequent request. The continuation token is an opaque value
that Amazon S3 understands.
nextContinuationToken - The marker used to continue this inventory configuration listing. Use the
NextContinuationToken from this response to continue the listing in a subsequent request.
The continuation token is an opaque value that Amazon S3 understands.ListBucketIntelligentTieringConfigurationsResponse.Builder intelligentTieringConfigurationList(Collection<IntelligentTieringConfiguration> intelligentTieringConfigurationList)
The list of S3 Intelligent-Tiering configurations for a bucket.
intelligentTieringConfigurationList - The list of S3 Intelligent-Tiering configurations for a bucket.ListBucketIntelligentTieringConfigurationsResponse.Builder intelligentTieringConfigurationList(IntelligentTieringConfiguration... intelligentTieringConfigurationList)
The list of S3 Intelligent-Tiering configurations for a bucket.
intelligentTieringConfigurationList - The list of S3 Intelligent-Tiering configurations for a bucket.ListBucketIntelligentTieringConfigurationsResponse.Builder intelligentTieringConfigurationList(Consumer<IntelligentTieringConfiguration.Builder>... intelligentTieringConfigurationList)
The list of S3 Intelligent-Tiering configurations for a bucket.
This is a convenience method that creates an instance of theIntelligentTieringConfiguration.Builder avoiding the need to
create one manually via
IntelligentTieringConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #intelligentTieringConfigurationList(List.
intelligentTieringConfigurationList - a consumer that will call methods on
IntelligentTieringConfiguration.Builder#intelligentTieringConfigurationList(java.util.Collection) Copyright © 2022. All rights reserved.