@Stability(value=Stable) public static final class CfnApplicationV2.ApplicationCodeConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationV2.ApplicationCodeConfigurationProperty>
CfnApplicationV2.ApplicationCodeConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationV2.ApplicationCodeConfigurationProperty |
build()
Builds the configured instance.
|
CfnApplicationV2.ApplicationCodeConfigurationProperty.Builder |
codeContent(CfnApplicationV2.CodeContentProperty codeContent)
Sets the value of
CfnApplicationV2.ApplicationCodeConfigurationProperty.getCodeContent() |
CfnApplicationV2.ApplicationCodeConfigurationProperty.Builder |
codeContent(IResolvable codeContent)
Sets the value of
CfnApplicationV2.ApplicationCodeConfigurationProperty.getCodeContent() |
CfnApplicationV2.ApplicationCodeConfigurationProperty.Builder |
codeContentType(String codeContentType)
|
@Stability(value=Stable) public CfnApplicationV2.ApplicationCodeConfigurationProperty.Builder codeContent(IResolvable codeContent)
CfnApplicationV2.ApplicationCodeConfigurationProperty.getCodeContent()codeContent - The location and type of the application code. This parameter is required.this@Stability(value=Stable) public CfnApplicationV2.ApplicationCodeConfigurationProperty.Builder codeContent(CfnApplicationV2.CodeContentProperty codeContent)
CfnApplicationV2.ApplicationCodeConfigurationProperty.getCodeContent()codeContent - The location and type of the application code. This parameter is required.this@Stability(value=Stable) public CfnApplicationV2.ApplicationCodeConfigurationProperty.Builder codeContentType(String codeContentType)
codeContentType - Specifies whether the code content is in text or zip format. This parameter is required.this@Stability(value=Stable) public CfnApplicationV2.ApplicationCodeConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnApplicationV2.ApplicationCodeConfigurationProperty>CfnApplicationV2.ApplicationCodeConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.