@Stability(value=Stable) public static final class CfnService.CodeConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnService.CodeConfigurationProperty>
CfnService.CodeConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnService.CodeConfigurationProperty |
build()
Builds the configured instance.
|
CfnService.CodeConfigurationProperty.Builder |
codeConfigurationValues(CfnService.CodeConfigurationValuesProperty codeConfigurationValues)
Sets the value of
CfnService.CodeConfigurationProperty.getCodeConfigurationValues() |
CfnService.CodeConfigurationProperty.Builder |
codeConfigurationValues(IResolvable codeConfigurationValues)
Sets the value of
CfnService.CodeConfigurationProperty.getCodeConfigurationValues() |
CfnService.CodeConfigurationProperty.Builder |
configurationSource(String configurationSource)
Sets the value of
CfnService.CodeConfigurationProperty.getConfigurationSource() |
@Stability(value=Stable) public CfnService.CodeConfigurationProperty.Builder configurationSource(String configurationSource)
CfnService.CodeConfigurationProperty.getConfigurationSource()configurationSource - The source of the App Runner configuration. Values are interpreted as follows:. This parameter is required.
REPOSITORY – App Runner reads configuration values from the apprunner.yaml file in the source code repository and ignores CodeConfigurationValues .API – App Runner uses configuration values provided in CodeConfigurationValues and ignores the apprunner.yaml file in the source code repository.this@Stability(value=Stable) public CfnService.CodeConfigurationProperty.Builder codeConfigurationValues(CfnService.CodeConfigurationValuesProperty codeConfigurationValues)
CfnService.CodeConfigurationProperty.getCodeConfigurationValues()codeConfigurationValues - The basic configuration for building and running the App Runner service.
Use it to quickly launch an App Runner service without providing a apprunner.yaml file in the source code repository (or ignoring the file if it exists).this@Stability(value=Stable) public CfnService.CodeConfigurationProperty.Builder codeConfigurationValues(IResolvable codeConfigurationValues)
CfnService.CodeConfigurationProperty.getCodeConfigurationValues()codeConfigurationValues - The basic configuration for building and running the App Runner service.
Use it to quickly launch an App Runner service without providing a apprunner.yaml file in the source code repository (or ignoring the file if it exists).this@Stability(value=Stable) public CfnService.CodeConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnService.CodeConfigurationProperty>CfnService.CodeConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.