public static interface ListBucketMetricsConfigurationsResponse.Builder extends S3Response.Builder, SdkPojo, CopyableBuilder<ListBucketMetricsConfigurationsResponse.Builder,ListBucketMetricsConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBucketMetricsConfigurationsResponse.Builder |
continuationToken(String continuationToken)
The marker that is used as a starting point for this metrics configuration list response.
|
ListBucketMetricsConfigurationsResponse.Builder |
isTruncated(Boolean isTruncated)
Indicates whether the returned list of metrics configurations is complete.
|
ListBucketMetricsConfigurationsResponse.Builder |
metricsConfigurationList(Collection<MetricsConfiguration> metricsConfigurationList)
The list of metrics configurations for a bucket.
|
ListBucketMetricsConfigurationsResponse.Builder |
metricsConfigurationList(Consumer<MetricsConfiguration.Builder>... metricsConfigurationList)
The list of metrics configurations for a bucket.
|
ListBucketMetricsConfigurationsResponse.Builder |
metricsConfigurationList(MetricsConfiguration... metricsConfigurationList)
The list of metrics configurations for a bucket.
|
ListBucketMetricsConfigurationsResponse.Builder |
nextContinuationToken(String nextContinuationToken)
The marker used to continue a metrics configuration listing that has been truncated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBucketMetricsConfigurationsResponse.Builder isTruncated(Boolean isTruncated)
Indicates whether the returned list of metrics 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 metrics configurations is complete. A value of true indicates
that the list is not complete and the NextContinuationToken will be provided for a subsequent request.ListBucketMetricsConfigurationsResponse.Builder continuationToken(String continuationToken)
The marker that is used as a starting point for this metrics 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 metrics configuration list response. This value
is present if it was sent in the request.ListBucketMetricsConfigurationsResponse.Builder nextContinuationToken(String nextContinuationToken)
The marker used to continue a metrics configuration listing that has been truncated. Use the
NextContinuationToken from a previously truncated list response to continue the listing. The
continuation token is an opaque value that Amazon S3 understands.
nextContinuationToken - The marker used to continue a metrics configuration listing that has been truncated. Use the
NextContinuationToken from a previously truncated list response to continue the listing.
The continuation token is an opaque value that Amazon S3 understands.ListBucketMetricsConfigurationsResponse.Builder metricsConfigurationList(Collection<MetricsConfiguration> metricsConfigurationList)
The list of metrics configurations for a bucket.
metricsConfigurationList - The list of metrics configurations for a bucket.ListBucketMetricsConfigurationsResponse.Builder metricsConfigurationList(MetricsConfiguration... metricsConfigurationList)
The list of metrics configurations for a bucket.
metricsConfigurationList - The list of metrics configurations for a bucket.ListBucketMetricsConfigurationsResponse.Builder metricsConfigurationList(Consumer<MetricsConfiguration.Builder>... metricsConfigurationList)
The list of metrics configurations for a bucket.
This is a convenience method that creates an instance of theMetricsConfiguration.Builder avoiding the need to create one
manually via MetricsConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #metricsConfigurationList(List.
metricsConfigurationList - a consumer that will call methods on
MetricsConfiguration.Builder#metricsConfigurationList(java.util.Collection) Copyright © 2022. All rights reserved.