@Stability(value=Stable) public static final class CfnLayerVersion.S3LocationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnLayerVersion.S3LocationProperty>
CfnLayerVersion.S3LocationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLayerVersion.S3LocationProperty.Builder |
bucket(String bucket)
Sets the value of
CfnLayerVersion.S3LocationProperty.getBucket() |
CfnLayerVersion.S3LocationProperty |
build()
Builds the configured instance.
|
CfnLayerVersion.S3LocationProperty.Builder |
key(String key)
Sets the value of
CfnLayerVersion.S3LocationProperty.getKey() |
CfnLayerVersion.S3LocationProperty.Builder |
version(Number version)
Sets the value of
CfnLayerVersion.S3LocationProperty.getVersion() |
@Stability(value=Stable) public CfnLayerVersion.S3LocationProperty.Builder bucket(String bucket)
CfnLayerVersion.S3LocationProperty.getBucket()bucket - `CfnLayerVersion.S3LocationProperty.Bucket`. This parameter is required.this@Stability(value=Stable) public CfnLayerVersion.S3LocationProperty.Builder key(String key)
CfnLayerVersion.S3LocationProperty.getKey()key - `CfnLayerVersion.S3LocationProperty.Key`. This parameter is required.this@Stability(value=Stable) public CfnLayerVersion.S3LocationProperty.Builder version(Number version)
CfnLayerVersion.S3LocationProperty.getVersion()version - `CfnLayerVersion.S3LocationProperty.Version`.this@Stability(value=Stable) public CfnLayerVersion.S3LocationProperty build()
build in interface software.amazon.jsii.Builder<CfnLayerVersion.S3LocationProperty>CfnLayerVersion.S3LocationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.