@Stability(value=Stable)
public static interface CfnBucket.OwnershipControlsProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
OwnershipControlsProperty ownershipControlsProperty = OwnershipControlsProperty.builder()
.rules(List.of(OwnershipControlsRuleProperty.builder()
.objectOwnership("objectOwnership")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBucket.OwnershipControlsProperty.Builder
A builder for
CfnBucket.OwnershipControlsProperty |
static class |
CfnBucket.OwnershipControlsProperty.Jsii$Proxy
An implementation for
CfnBucket.OwnershipControlsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBucket.OwnershipControlsProperty.Builder |
builder() |
Object |
getRules()
`CfnBucket.OwnershipControlsProperty.Rules`.
|
@Stability(value=Stable) @NotNull Object getRules()
@Stability(value=Stable) static CfnBucket.OwnershipControlsProperty.Builder builder()
Copyright © 2021. All rights reserved.