@Stability(value=Stable)
public static interface CfnFunction.BucketSAMPTProperty
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.sam.*;
BucketSAMPTProperty bucketSAMPTProperty = BucketSAMPTProperty.builder()
.bucketName("bucketName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.BucketSAMPTProperty.Builder
A builder for
CfnFunction.BucketSAMPTProperty |
static class |
CfnFunction.BucketSAMPTProperty.Jsii$Proxy
An implementation for
CfnFunction.BucketSAMPTProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.BucketSAMPTProperty.Builder |
builder() |
String |
getBucketName()
`CfnFunction.BucketSAMPTProperty.BucketName`.
|
@Stability(value=Stable) @NotNull String getBucketName()
@Stability(value=Stable) static CfnFunction.BucketSAMPTProperty.Builder builder()
Copyright © 2022. All rights reserved.