| Modifier and Type | Method and Description |
|---|---|
static CfnAppProps.Builder |
CfnAppProps.builder() |
CfnAppProps.Builder |
CfnAppProps.Builder.withAccessToken(String value)
Sets the value of AccessToken
|
CfnAppProps.Builder |
CfnAppProps.Builder.withBasicAuthConfig(CfnApp.BasicAuthConfigProperty value)
Sets the value of BasicAuthConfig
|
CfnAppProps.Builder |
CfnAppProps.Builder.withBasicAuthConfig(software.amazon.awscdk.core.IResolvable value)
Sets the value of BasicAuthConfig
|
CfnAppProps.Builder |
CfnAppProps.Builder.withBuildSpec(String value)
Sets the value of BuildSpec
|
CfnAppProps.Builder |
CfnAppProps.Builder.withCustomRules(software.amazon.awscdk.core.IResolvable value)
Sets the value of CustomRules
|
CfnAppProps.Builder |
CfnAppProps.Builder.withCustomRules(List<Object> value)
Sets the value of CustomRules
|
CfnAppProps.Builder |
CfnAppProps.Builder.withDescription(String value)
Sets the value of Description
|
CfnAppProps.Builder |
CfnAppProps.Builder.withEnvironmentVariables(software.amazon.awscdk.core.IResolvable value)
Sets the value of EnvironmentVariables
|
CfnAppProps.Builder |
CfnAppProps.Builder.withEnvironmentVariables(List<Object> value)
Sets the value of EnvironmentVariables
|
CfnAppProps.Builder |
CfnAppProps.Builder.withIamServiceRole(String value)
Sets the value of IamServiceRole
|
CfnAppProps.Builder |
CfnAppProps.Builder.withName(String value)
Sets the value of Name
|
CfnAppProps.Builder |
CfnAppProps.Builder.withOauthToken(String value)
Sets the value of OauthToken
|
CfnAppProps.Builder |
CfnAppProps.Builder.withRepository(String value)
Sets the value of Repository
|
CfnAppProps.Builder |
CfnAppProps.Builder.withTags(List<software.amazon.awscdk.core.CfnTag> value)
Sets the value of Tags
|
Copyright © 2019. All rights reserved.