public static interface CfnBucket.ReplicationTimeValueProperty
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.*; ReplicationTimeValueProperty replicationTimeValueProperty = ReplicationTimeValueProperty.builder() .minutes(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnBucket.ReplicationTimeValueProperty.Builder
A builder for
CfnBucket.ReplicationTimeValueProperty |
static class |
CfnBucket.ReplicationTimeValueProperty.Jsii$Proxy
An implementation for
CfnBucket.ReplicationTimeValueProperty |
Modifier and Type | Method and Description |
---|---|
static CfnBucket.ReplicationTimeValueProperty.Builder |
builder() |
java.lang.Number |
getMinutes()
Contains an integer specifying time in minutes.
|
java.lang.Number getMinutes()
Valid value: 15
static CfnBucket.ReplicationTimeValueProperty.Builder builder()