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