@Stability(value=Stable) public static final class CfnApplicationV2.CodeContentProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationV2.CodeContentProperty>
CfnApplicationV2.CodeContentProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationV2.CodeContentProperty |
build()
Builds the configured instance.
|
CfnApplicationV2.CodeContentProperty.Builder |
s3ContentLocation(CfnApplicationV2.S3ContentLocationProperty s3ContentLocation)
Sets the value of
CfnApplicationV2.CodeContentProperty.getS3ContentLocation() |
CfnApplicationV2.CodeContentProperty.Builder |
s3ContentLocation(IResolvable s3ContentLocation)
Sets the value of
CfnApplicationV2.CodeContentProperty.getS3ContentLocation() |
CfnApplicationV2.CodeContentProperty.Builder |
textContent(String textContent)
Sets the value of
CfnApplicationV2.CodeContentProperty.getTextContent() |
CfnApplicationV2.CodeContentProperty.Builder |
zipFileContent(String zipFileContent)
Sets the value of
CfnApplicationV2.CodeContentProperty.getZipFileContent() |
@Stability(value=Stable) public CfnApplicationV2.CodeContentProperty.Builder s3ContentLocation(CfnApplicationV2.S3ContentLocationProperty s3ContentLocation)
CfnApplicationV2.CodeContentProperty.getS3ContentLocation()s3ContentLocation - `CfnApplicationV2.CodeContentProperty.S3ContentLocation`.this@Stability(value=Stable) public CfnApplicationV2.CodeContentProperty.Builder s3ContentLocation(IResolvable s3ContentLocation)
CfnApplicationV2.CodeContentProperty.getS3ContentLocation()s3ContentLocation - `CfnApplicationV2.CodeContentProperty.S3ContentLocation`.this@Stability(value=Stable) public CfnApplicationV2.CodeContentProperty.Builder textContent(String textContent)
CfnApplicationV2.CodeContentProperty.getTextContent()textContent - `CfnApplicationV2.CodeContentProperty.TextContent`.this@Stability(value=Stable) public CfnApplicationV2.CodeContentProperty.Builder zipFileContent(String zipFileContent)
CfnApplicationV2.CodeContentProperty.getZipFileContent()zipFileContent - `CfnApplicationV2.CodeContentProperty.ZipFileContent`.this@Stability(value=Stable) public CfnApplicationV2.CodeContentProperty build()
build in interface software.amazon.jsii.Builder<CfnApplicationV2.CodeContentProperty>CfnApplicationV2.CodeContentPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.