@Stability(value=Stable) public static final class CfnFunction.CodeProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFunction.CodeProperty>
CfnFunction.CodeProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFunction.CodeProperty |
build()
Builds the configured instance.
|
CfnFunction.CodeProperty.Builder |
imageUri(String imageUri)
Sets the value of
CfnFunction.CodeProperty.getImageUri() |
CfnFunction.CodeProperty.Builder |
s3Bucket(String s3Bucket)
Sets the value of
CfnFunction.CodeProperty.getS3Bucket() |
CfnFunction.CodeProperty.Builder |
s3Key(String s3Key)
Sets the value of
CfnFunction.CodeProperty.getS3Key() |
CfnFunction.CodeProperty.Builder |
s3ObjectVersion(String s3ObjectVersion)
Sets the value of
CfnFunction.CodeProperty.getS3ObjectVersion() |
CfnFunction.CodeProperty.Builder |
zipFile(String zipFile)
Sets the value of
CfnFunction.CodeProperty.getZipFile() |
@Stability(value=Stable) public CfnFunction.CodeProperty.Builder imageUri(String imageUri)
CfnFunction.CodeProperty.getImageUri()imageUri - `CfnFunction.CodeProperty.ImageUri`.this@Stability(value=Stable) public CfnFunction.CodeProperty.Builder s3Bucket(String s3Bucket)
CfnFunction.CodeProperty.getS3Bucket()s3Bucket - `CfnFunction.CodeProperty.S3Bucket`.this@Stability(value=Stable) public CfnFunction.CodeProperty.Builder s3Key(String s3Key)
CfnFunction.CodeProperty.getS3Key()s3Key - `CfnFunction.CodeProperty.S3Key`.this@Stability(value=Stable) public CfnFunction.CodeProperty.Builder s3ObjectVersion(String s3ObjectVersion)
CfnFunction.CodeProperty.getS3ObjectVersion()s3ObjectVersion - `CfnFunction.CodeProperty.S3ObjectVersion`.this@Stability(value=Stable) public CfnFunction.CodeProperty.Builder zipFile(String zipFile)
CfnFunction.CodeProperty.getZipFile()zipFile - `CfnFunction.CodeProperty.ZipFile`.this@Stability(value=Stable) public CfnFunction.CodeProperty build()
build in interface software.amazon.jsii.Builder<CfnFunction.CodeProperty>CfnFunction.CodePropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.