public static interface CfnBucket.ReplicationTimeProperty
Must be specified together with a Metrics
block.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.s3.*; ReplicationTimeProperty replicationTimeProperty = ReplicationTimeProperty.builder() .status("status") .time(ReplicationTimeValueProperty.builder() .minutes(123) .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnBucket.ReplicationTimeProperty.Builder
A builder for
CfnBucket.ReplicationTimeProperty |
static class |
CfnBucket.ReplicationTimeProperty.Jsii$Proxy
An implementation for
CfnBucket.ReplicationTimeProperty |
Modifier and Type | Method and Description |
---|---|
static CfnBucket.ReplicationTimeProperty.Builder |
builder() |
java.lang.String |
getStatus()
Specifies whether the replication time is enabled.
|
java.lang.Object |
getTime()
A container specifying the time by which replication should be complete for all objects and operations on objects.
|
java.lang.String getStatus()
java.lang.Object getTime()
static CfnBucket.ReplicationTimeProperty.Builder builder()