@Stability(value=External) public static final class CfnBranchProps.Builder extends Object
CfnBranchProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBranchProps |
build()
Builds the configured instance.
|
CfnBranchProps.Builder |
withAppId(String value)
Sets the value of AppId
|
CfnBranchProps.Builder |
withBasicAuthConfig(CfnBranch.BasicAuthConfigProperty value)
Sets the value of BasicAuthConfig
|
CfnBranchProps.Builder |
withBasicAuthConfig(software.amazon.awscdk.core.IResolvable value)
Sets the value of BasicAuthConfig
|
CfnBranchProps.Builder |
withBranchName(String value)
Sets the value of BranchName
|
CfnBranchProps.Builder |
withBuildSpec(String value)
Sets the value of BuildSpec
|
CfnBranchProps.Builder |
withDescription(String value)
Sets the value of Description
|
CfnBranchProps.Builder |
withEnvironmentVariables(software.amazon.awscdk.core.IResolvable value)
Sets the value of EnvironmentVariables
|
CfnBranchProps.Builder |
withEnvironmentVariables(List<Object> value)
Sets the value of EnvironmentVariables
|
CfnBranchProps.Builder |
withStage(String value)
Sets the value of Stage
|
CfnBranchProps.Builder |
withTags(List<software.amazon.awscdk.core.CfnTag> value)
Sets the value of Tags
|
@Stability(value=External) public CfnBranchProps.Builder withAppId(String value)
value - `AWS::Amplify::Branch.AppId`.this@Stability(value=External) public CfnBranchProps.Builder withBranchName(String value)
value - `AWS::Amplify::Branch.BranchName`.this@Stability(value=External) public CfnBranchProps.Builder withBasicAuthConfig(@Nullable software.amazon.awscdk.core.IResolvable value)
value - `AWS::Amplify::Branch.BasicAuthConfig`.this@Stability(value=External) public CfnBranchProps.Builder withBasicAuthConfig(@Nullable CfnBranch.BasicAuthConfigProperty value)
value - `AWS::Amplify::Branch.BasicAuthConfig`.this@Stability(value=External) public CfnBranchProps.Builder withBuildSpec(@Nullable String value)
value - `AWS::Amplify::Branch.BuildSpec`.this@Stability(value=External) public CfnBranchProps.Builder withDescription(@Nullable String value)
value - `AWS::Amplify::Branch.Description`.this@Stability(value=External) public CfnBranchProps.Builder withEnvironmentVariables(@Nullable software.amazon.awscdk.core.IResolvable value)
value - `AWS::Amplify::Branch.EnvironmentVariables`.this@Stability(value=External) public CfnBranchProps.Builder withEnvironmentVariables(@Nullable List<Object> value)
value - `AWS::Amplify::Branch.EnvironmentVariables`.this@Stability(value=External) public CfnBranchProps.Builder withStage(@Nullable String value)
value - `AWS::Amplify::Branch.Stage`.this@Stability(value=External) public CfnBranchProps.Builder withTags(@Nullable List<software.amazon.awscdk.core.CfnTag> value)
value - `AWS::Amplify::Branch.Tags`.this@Stability(value=External) public CfnBranchProps build()
CfnBranchPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.