public class ListBucketReplicationFailuresRequest extends AmazonWebServiceRequest implements Serializable
NOOP| Constructor and Description |
|---|
ListBucketReplicationFailuresRequest()
Creates a new ListBucketReplicationFailuresRequest.
|
ListBucketReplicationFailuresRequest(String bucketName)
Creates a new ListBucketReplicationFailuresRequest.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBucketName()
Returns the name of Amazon S3 bucket.
|
String |
getContinuationToken()
Gets the optional continuation token.
|
String |
getEncodingType()
Gets the optional
encodingType parameter indicating the
encoding method to be applied on the response. |
String |
getFirstSyncAttemptedBefore()
Returns optional parameter indicating where you want Amazon S3 to start the object
listing from.
|
Integer |
getMaxKeys()
Gets the optional
maxKeys parameter indicating the maximum number of keys to
include in the response. |
void |
setBucketName(String bucketName)
Sets the name of Amazon S3 bucket for replication configuration.
|
void |
setContinuationToken(String continuationToken)
Sets the optional continuation token.
|
void |
setEncodingType(String encodingType)
Sets the optional
encodingType parameter indicating the
encoding method to be applied on the response. |
void |
setFirstSyncAttemptedBefore(String firstSyncAttemptedBefore)
Sets the optional parameter indicating where you want Amazon S3 to start the object
listing from.
|
void |
setMaxKeys(Integer maxKeys)
Sets the optional
maxKeys parameter indicating the maximum number of keys to
include in the response. |
String |
toString() |
ListBucketReplicationFailuresRequest |
withBucketName(String bucketName)
Sets the name of Amazon S3 bucket for replication configuration.
|
ListBucketReplicationFailuresRequest |
withContinuationToken(String continuationToken)
Sets the optional continuation token.
|
ListBucketReplicationFailuresRequest |
withEncodingType(String encodingType)
Sets the optional
encodingType parameter indicating the
encoding method to be applied on the response. |
ListBucketReplicationFailuresRequest |
withFirstSyncAttemptedBefore(String firstSyncAttemptedBefore)
Sets the optional parameter indicating where you want Amazon S3 to start the object
listing from.
|
ListBucketReplicationFailuresRequest |
withMaxKeys(Integer maxKeys)
Sets the optional
maxKeys parameter indicating the maximum number of keys to
include in the response. |
addHandlerContext, clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic ListBucketReplicationFailuresRequest()
public ListBucketReplicationFailuresRequest(String bucketName)
bucketName - The name of Amazon S3 bucket to which the replication
configuration is set.public String getBucketName()
public void setBucketName(String bucketName)
bucketName - The name of Amazon S3 bucket to which the replication
configuration is set.public ListBucketReplicationFailuresRequest withBucketName(String bucketName)
bucketName - The name of Amazon S3 bucket to which the replication
configuration is set.ListBucketReplicationFailuresRequest
object.public String getContinuationToken()
public void setContinuationToken(String continuationToken)
continuationToken - The optional continuation token to associate with this request.public ListBucketReplicationFailuresRequest withContinuationToken(String continuationToken)
continuationToken - The optional continuation token to associate with this request.ListBucketAnalyticsConfigurationsRequest, enabling additional method
calls to be chained together.public Integer getMaxKeys()
maxKeys parameter indicating the maximum number of keys to
include in the response. COS S3 might return fewer keys than specified, but will
never return more.public void setMaxKeys(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.public ListBucketReplicationFailuresRequest withMaxKeys(Integer maxKeys)
maxKeys parameter indicating the maximum number of keys to
include in the response.
Returns this ListBucketReplicationFailuresRequest, enabling additional method
calls to be chained together.maxKeys - The optional parameter indicating the maximum number of keys
to include in the response.ListBucketReplicationFailuresRequest, enabling additional method
calls to be chained together.public String getFirstSyncAttemptedBefore()
public void setFirstSyncAttemptedBefore(String firstSyncAttemptedBefore)
firstSyncAttemptedBefore - The optional firstSyncAttemptedBefore parameter. This can be any key in the bucket.public ListBucketReplicationFailuresRequest withFirstSyncAttemptedBefore(String firstSyncAttemptedBefore)
firstSyncAttemptedBefore - The optional firstSyncAttemptedBefore parameter. This can be any key in the bucket.ListBucketReplicationFailuresRequest, enabling additional method
calls to be chained together.public String getEncodingType()
encodingType parameter indicating the
encoding method to be applied on the response.public void setEncodingType(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".public ListBucketReplicationFailuresRequest withEncodingType(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.
Returns this ListBucketReplicationFailuresRequest, enabling additional method calls
to be chained together.encodingType - The encoding method to be applied on the response. Valid
values: null (not encoded) or "url".Copyright © 2025. All rights reserved.