Interface ListBucketIntelligentTieringConfigurationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListBucketIntelligentTieringConfigurationsResponse.Builder,
,ListBucketIntelligentTieringConfigurationsResponse> S3Response.Builder
,SdkBuilder<ListBucketIntelligentTieringConfigurationsResponse.Builder,
,ListBucketIntelligentTieringConfigurationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListBucketIntelligentTieringConfigurationsResponse
-
Method Summary
Modifier and TypeMethodDescriptioncontinuationToken
(String continuationToken) TheContinuationToken
that represents a placeholder from where this request should begin.intelligentTieringConfigurationList
(Collection<IntelligentTieringConfiguration> intelligentTieringConfigurationList) The list of S3 Intelligent-Tiering configurations for a bucket.intelligentTieringConfigurationList
(Consumer<IntelligentTieringConfiguration.Builder>... intelligentTieringConfigurationList) The list of S3 Intelligent-Tiering configurations for a bucket.intelligentTieringConfigurationList
(IntelligentTieringConfiguration... intelligentTieringConfigurationList) The list of S3 Intelligent-Tiering configurations for a bucket.isTruncated
(Boolean isTruncated) Indicates whether the returned list of analytics configurations is complete.nextContinuationToken
(String nextContinuationToken) The marker used to continue this inventory configuration listing.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.s3.model.S3Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
isTruncated
Indicates whether the returned list of analytics configurations is complete. A value of
true
indicates that the list is not complete and theNextContinuationToken
will be provided for a subsequent request.- Parameters:
isTruncated
- Indicates whether the returned list of analytics configurations is complete. A value oftrue
indicates that the list is not complete and theNextContinuationToken
will be provided for a subsequent request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
continuationToken
ListBucketIntelligentTieringConfigurationsResponse.Builder continuationToken(String continuationToken) The
ContinuationToken
that represents a placeholder from where this request should begin.- Parameters:
continuationToken
- TheContinuationToken
that represents a placeholder from where this request should begin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextContinuationToken
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.- Parameters:
nextContinuationToken
- The marker used to continue this inventory configuration listing. Use theNextContinuationToken
from this response to continue the listing in a subsequent request. The continuation token is an opaque value that Amazon S3 understands.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
intelligentTieringConfigurationList
ListBucketIntelligentTieringConfigurationsResponse.Builder intelligentTieringConfigurationList(Collection<IntelligentTieringConfiguration> intelligentTieringConfigurationList) The list of S3 Intelligent-Tiering configurations for a bucket.
- Parameters:
intelligentTieringConfigurationList
- The list of S3 Intelligent-Tiering configurations for a bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
intelligentTieringConfigurationList
ListBucketIntelligentTieringConfigurationsResponse.Builder intelligentTieringConfigurationList(IntelligentTieringConfiguration... intelligentTieringConfigurationList) The list of S3 Intelligent-Tiering configurations for a bucket.
- Parameters:
intelligentTieringConfigurationList
- The list of S3 Intelligent-Tiering configurations for a bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
intelligentTieringConfigurationList
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 viaIntelligentTieringConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tointelligentTieringConfigurationList(List<IntelligentTieringConfiguration>)
.- Parameters:
intelligentTieringConfigurationList
- a consumer that will call methods onIntelligentTieringConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-