@Stability(value=Stable)
public static interface CfnBucket.VersioningConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
For more information, see PUT Bucket versioning in the Amazon S3 API Reference .
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.*;
VersioningConfigurationProperty versioningConfigurationProperty = VersioningConfigurationProperty.builder()
.status("status")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBucket.VersioningConfigurationProperty.Builder
A builder for
CfnBucket.VersioningConfigurationProperty |
static class |
CfnBucket.VersioningConfigurationProperty.Jsii$Proxy
An implementation for
CfnBucket.VersioningConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBucket.VersioningConfigurationProperty.Builder |
builder() |
String |
getStatus()
The versioning state of the bucket.
|
@Stability(value=Stable) @NotNull String getStatus()
@Stability(value=Stable) static CfnBucket.VersioningConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.