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