public static final class CfnFunction.S3LocationProperty.Builder extends Object
CfnFunction.S3LocationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFunction.S3LocationProperty |
build()
Builds the configured instance.
|
CfnFunction.S3LocationProperty.Builder |
withBucket(String value)
Sets the value of Bucket
|
CfnFunction.S3LocationProperty.Builder |
withKey(String value)
Sets the value of Key
|
CfnFunction.S3LocationProperty.Builder |
withVersion(Number value)
Sets the value of Version
|
CfnFunction.S3LocationProperty.Builder |
withVersion(software.amazon.awscdk.Token value)
Sets the value of Version
|
public CfnFunction.S3LocationProperty.Builder withBucket(String value)
value - `CfnFunction.S3LocationProperty.Bucket`.thispublic CfnFunction.S3LocationProperty.Builder withKey(String value)
value - `CfnFunction.S3LocationProperty.Key`.thispublic CfnFunction.S3LocationProperty.Builder withVersion(@Nullable Number value)
value - `CfnFunction.S3LocationProperty.Version`.thispublic CfnFunction.S3LocationProperty.Builder withVersion(@Nullable software.amazon.awscdk.Token value)
value - `CfnFunction.S3LocationProperty.Version`.thispublic CfnFunction.S3LocationProperty build()
CfnFunction.S3LocationPropertyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.