@Stability(value=Experimental) public static final class CfnParametersCode.Builder extends Object implements software.amazon.jsii.Builder<CfnParametersCode>
CfnParametersCode.| Modifier and Type | Method and Description |
|---|---|
CfnParametersCode.Builder |
bucketNameParam(CfnParameter bucketNameParam)
(experimental) The CloudFormation parameter that represents the name of the S3 Bucket where the Lambda code will be located in.
|
CfnParametersCode |
build() |
static CfnParametersCode.Builder |
create() |
CfnParametersCode.Builder |
objectKeyParam(CfnParameter objectKeyParam)
(experimental) The CloudFormation parameter that represents the path inside the S3 Bucket where the Lambda code will be located at.
|
@Stability(value=Experimental) public static CfnParametersCode.Builder create()
CfnParametersCode.Builder.@Stability(value=Experimental) public CfnParametersCode.Builder bucketNameParam(CfnParameter bucketNameParam)
Must be of type 'String'.
Default: a new parameter will be created
bucketNameParam - The CloudFormation parameter that represents the name of the S3 Bucket where the Lambda code will be located in. This parameter is required.this@Stability(value=Experimental) public CfnParametersCode.Builder objectKeyParam(CfnParameter objectKeyParam)
Must be of type 'String'.
Default: a new parameter will be created
objectKeyParam - The CloudFormation parameter that represents the path inside the S3 Bucket where the Lambda code will be located at. This parameter is required.this@Stability(value=Experimental) public CfnParametersCode build()
build in interface software.amazon.jsii.Builder<CfnParametersCode>Copyright © 2021. All rights reserved.