public class SetBucketReplicationReattemptRequest extends AmazonWebServiceRequest implements Serializable
NOOP| Constructor and Description |
|---|
SetBucketReplicationReattemptRequest()
Creates a new SetBucketReplicationReattemptRequest.
|
SetBucketReplicationReattemptRequest(String bucketName)
Creates a new SetBucketReplicationReattemptRequest.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBucketName()
Returns the name of Amazon S3 bucket.
|
void |
setBucketName(String bucketName)
Sets the name of Amazon S3 bucket for replication reattempt.
|
String |
toString() |
SetBucketReplicationReattemptRequest |
withBucketName(String bucketName)
Sets the name of Amazon S3 bucket for replication reattempt.
|
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 SetBucketReplicationReattemptRequest()
public SetBucketReplicationReattemptRequest(String bucketName)
bucketName - The name of Amazon S3 bucket to which the replication
reattempt is set.public String getBucketName()
public void setBucketName(String bucketName)
bucketName - The name of Amazon S3 bucket to which the replication
reattempt is set.public SetBucketReplicationReattemptRequest withBucketName(String bucketName)
bucketName - The name of Amazon S3 bucket to which the replication
reattempt is set.SetBucketReplicationReattemptRequest
object.Copyright © 2025. All rights reserved.