@Stability(value=Stable) public static final class CfnConfigurationProfile.ValidatorsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConfigurationProfile.ValidatorsProperty>
CfnConfigurationProfile.ValidatorsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConfigurationProfile.ValidatorsProperty |
build()
Builds the configured instance.
|
CfnConfigurationProfile.ValidatorsProperty.Builder |
content(String content)
Sets the value of
CfnConfigurationProfile.ValidatorsProperty.getContent() |
CfnConfigurationProfile.ValidatorsProperty.Builder |
type(String type)
Sets the value of
CfnConfigurationProfile.ValidatorsProperty.getType() |
@Stability(value=Stable) public CfnConfigurationProfile.ValidatorsProperty.Builder content(String content)
CfnConfigurationProfile.ValidatorsProperty.getContent()content - Either the JSON Schema content or the Amazon Resource Name (ARN) of an Lambda function.this@Stability(value=Stable) public CfnConfigurationProfile.ValidatorsProperty.Builder type(String type)
CfnConfigurationProfile.ValidatorsProperty.getType()type - AWS AppConfig supports validators of type `JSON_SCHEMA` and `LAMBDA`.this@Stability(value=Stable) public CfnConfigurationProfile.ValidatorsProperty build()
build in interface software.amazon.jsii.Builder<CfnConfigurationProfile.ValidatorsProperty>CfnConfigurationProfile.ValidatorsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.