@Stability(value=Stable)
public static interface CfnMultiRegionAccessPoint.RegionProperty
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.*;
RegionProperty regionProperty = RegionProperty.builder()
.bucket("bucket")
// the properties below are optional
.accountId("accountId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMultiRegionAccessPoint.RegionProperty.Builder
A builder for
CfnMultiRegionAccessPoint.RegionProperty |
static class |
CfnMultiRegionAccessPoint.RegionProperty.Jsii$Proxy
An implementation for
CfnMultiRegionAccessPoint.RegionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnMultiRegionAccessPoint.RegionProperty.Builder |
builder() |
default String |
getAccountId()
`CfnMultiRegionAccessPoint.RegionProperty.AccountId`.
|
String |
getBucket()
The name of the associated bucket for the Region.
|
@Stability(value=Stable) @NotNull String getBucket()
@Stability(value=Stable) @Nullable default String getAccountId()
@Stability(value=Stable) static CfnMultiRegionAccessPoint.RegionProperty.Builder builder()
Copyright © 2022. All rights reserved.