@Stability(value=Stable)
public static interface CfnBucket.ReplicationTimeValueProperty
extends software.amazon.jsii.JsiiSerializable
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() |
Number |
getMinutes()
Contains an integer specifying time in minutes.
|
@Stability(value=Stable) @NotNull Number getMinutes()
Valid value: 15
@Stability(value=Stable) static CfnBucket.ReplicationTimeValueProperty.Builder builder()
Copyright © 2022. All rights reserved.