public class ReplicationDestinationConfig extends Object
| Constructor and Description |
|---|
ReplicationDestinationConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBucketARN()
Returns the Amazon S3 bucket ARN where the replicas are present.
|
void |
setBucketARN(String bucketARN)
Sets the destination bucket ARN for the replication rule.
|
String |
toString() |
ReplicationDestinationConfig |
withBucketARN(String bucketARN)
Sets the destination bucket ARN for the replication rule.
|
public String getBucketARN()
public void setBucketARN(String bucketARN)
IllegalArgumentException - if the bucket arn is null.public ReplicationDestinationConfig withBucketARN(String bucketARN)
ReplicationDestinationConfig objectIllegalArgumentException - if the bucket arn is null.Copyright © 2015. All rights reserved.