@Mutable @NotThreadSafe public static interface ListBucketReplicationFailuresResponse.Builder extends S3Response.Builder, SdkPojo, CopyableBuilder<ListBucketReplicationFailuresResponse.Builder,ListBucketReplicationFailuresResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBucketReplicationFailuresResponse.Builder |
bucket(String bucketName)
Sets the name of Amazon S3 bucket for replication configuration.
|
ListBucketReplicationFailuresResponse.Builder |
contentList(List<ContentList> contentList)
Sets the optional
contentList |
ListBucketReplicationFailuresResponse.Builder |
continuationToken(String continuationToken)
Sets the optional continuation token.
|
ListBucketReplicationFailuresResponse.Builder |
encodingType(String encodingType)
Sets the optional
encodingType parameter indicating the
encoding method to be applied on the response. |
ListBucketReplicationFailuresResponse.Builder |
firstSyncAttemptedBefore(String firstSyncAttemptedBefore)
Sets the optional parameter indicating where you want Amazon S3 to start the object
listing from.
|
ListBucketReplicationFailuresResponse.Builder |
isTruncated(boolean isTruncated)
Sets the optional
isTruncated parameter indicating
whether or not the results are truncated. |
ListBucketReplicationFailuresResponse.Builder |
keyCount(Integer keyCount)
KeyCount is the number of keys returned with this request.
|
ListBucketReplicationFailuresResponse.Builder |
maxKeys(Integer maxKeys)
Sets the optional
maxKeys parameter indicating the maximum number of keys to
include in the response. |
ListBucketReplicationFailuresResponse.Builder |
nextContinuationToken(String nextContinuationToken)
Sets the optional
next continuation token |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldNameToField, sdkFieldscopyapplyMutation, buildListBucketReplicationFailuresResponse.Builder bucket(String bucketName)
bucketName - The name of Amazon S3 bucket to which the replication
configuration is set.ListBucketReplicationFailuresResponse
object.ListBucketReplicationFailuresResponse.Builder continuationToken(String continuationToken)
continuationToken - The optional continuation token to associate with this request.ListBucketReplicationFailuresResponse
object.ListBucketReplicationFailuresResponse.Builder maxKeys(Integer maxKeys)
maxKeys parameter indicating the maximum number of keys to
include in the response.maxKeys - The optional parameter indicating the maximum number of keys
to include in the response.ListBucketReplicationFailuresResponse
object.ListBucketReplicationFailuresResponse.Builder firstSyncAttemptedBefore(String firstSyncAttemptedBefore)
firstSyncAttemptedBefore - The optional firstSyncAttemptedBefore parameter. This can be any key in the bucket.ListBucketReplicationFailuresResponse
object.ListBucketReplicationFailuresResponse.Builder encodingType(String encodingType)
encodingType parameter indicating the
encoding method to be applied on the response. An object key can contain
any Unicode character; however, XML 1.0 parser cannot parse some
characters, such as characters with an ASCII value from 0 to 10. For
characters that are not supported in XML 1.0, you can add this parameter
to request that Amazon S3 encode the keys in the response.encodingType - The encoding method to be applied on the response. Valid
values: null (not encoded) or "url".ListBucketReplicationFailuresResponse
object.ListBucketReplicationFailuresResponse.Builder isTruncated(boolean isTruncated)
isTruncated parameter indicating
whether or not the results are truncated.isTruncated - indicates whether or not the results are truncated.ListBucketReplicationFailuresResponse
object.ListBucketReplicationFailuresResponse.Builder keyCount(Integer keyCount)
ListBucketReplicationFailuresResponse.Builder nextContinuationToken(String nextContinuationToken)
next continuation tokennextContinuationToken - next continuation token.ListBucketReplicationFailuresResponse
object.ListBucketReplicationFailuresResponse.Builder contentList(List<ContentList> contentList)
contentList contentList - Metadata about each object returned.ListBucketReplicationFailuresResponse
object.Copyright © 2026. All rights reserved.