@Stability(value=Stable)
public static interface CfnBucket.ReplicationTimeProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getStatus()
Specifies whether the replication time is enabled.
|
Object |
getTime()
A container specifying the time by which replication should be complete for all objects and operations on objects.
|
@Stability(value=Stable) @NotNull String getStatus()
@Stability(value=Stable) @NotNull Object getTime()
@Stability(value=Stable) static CfnBucket.ReplicationTimeProperty.Builder builder()
Copyright © 2022. All rights reserved.