@Mutable @NotThreadSafe public static interface ListBucketReplicationFailuresRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<ListBucketReplicationFailuresRequest.Builder,ListBucketReplicationFailuresRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBucketReplicationFailuresRequest.Builder |
bucket(String bucketName)
Sets the name of Amazon S3 bucket for replication configuration.
|
ListBucketReplicationFailuresRequest.Builder |
continuationToken(String continuationToken)
Sets the optional continuation token.
|
ListBucketReplicationFailuresRequest.Builder |
encodingType(String encodingType)
Sets the optional
encodingType parameter indicating the
encoding method to be applied on the response. |
ListBucketReplicationFailuresRequest.Builder |
firstSyncAttemptedBefore(String firstSyncAttemptedBefore)
Sets the optional parameter indicating where you want Amazon S3 to start the object
listing from.
|
ListBucketReplicationFailuresRequest.Builder |
maxKeys(Integer maxKeys)
Sets the optional
maxKeys parameter indicating the maximum number of keys to
include in the response. |
buildoverrideConfiguration, overrideConfiguration, overrideConfigurationequalsBySdkFields, sdkFieldNameToField, sdkFieldscopyapplyMutation, buildListBucketReplicationFailuresRequest.Builder bucket(String bucketName)
bucketName - The name of Amazon S3 bucket to which the replication
configuration is set.ListBucketReplicationFailuresRequest
object.ListBucketReplicationFailuresRequest.Builder continuationToken(String continuationToken)
continuationToken - The optional continuation token to associate with this request.ListBucketReplicationFailuresRequest
object.ListBucketReplicationFailuresRequest.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.ListBucketReplicationFailuresRequest
object.ListBucketReplicationFailuresRequest.Builder firstSyncAttemptedBefore(String firstSyncAttemptedBefore)
firstSyncAttemptedBefore - The optional firstSyncAttemptedBefore parameter. This can be any key in the bucket.ListBucketReplicationFailuresRequest
object.ListBucketReplicationFailuresRequest.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".ListBucketReplicationFailuresRequest
object.Copyright © 2026. All rights reserved.