@Stability(value=Stable) public static final class CfnResourceSetProps.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceSetProps>
CfnResourceSetProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResourceSetProps |
build()
Builds the configured instance.
|
CfnResourceSetProps.Builder |
resources(IResolvable resources)
Sets the value of
CfnResourceSetProps.getResources() |
CfnResourceSetProps.Builder |
resources(List<? extends Object> resources)
Sets the value of
CfnResourceSetProps.getResources() |
CfnResourceSetProps.Builder |
resourceSetName(String resourceSetName)
Sets the value of
CfnResourceSetProps.getResourceSetName() |
CfnResourceSetProps.Builder |
resourceSetType(String resourceSetType)
Sets the value of
CfnResourceSetProps.getResourceSetType() |
CfnResourceSetProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnResourceSetProps.getTags() |
@Stability(value=Stable) public CfnResourceSetProps.Builder resources(IResolvable resources)
CfnResourceSetProps.getResources()resources - `AWS::Route53RecoveryReadiness::ResourceSet.Resources`. This parameter is required.this@Stability(value=Stable) public CfnResourceSetProps.Builder resources(List<? extends Object> resources)
CfnResourceSetProps.getResources()resources - `AWS::Route53RecoveryReadiness::ResourceSet.Resources`. This parameter is required.this@Stability(value=Stable) public CfnResourceSetProps.Builder resourceSetName(String resourceSetName)
CfnResourceSetProps.getResourceSetName()resourceSetName - `AWS::Route53RecoveryReadiness::ResourceSet.ResourceSetName`. This parameter is required.this@Stability(value=Stable) public CfnResourceSetProps.Builder resourceSetType(String resourceSetType)
CfnResourceSetProps.getResourceSetType()resourceSetType - `AWS::Route53RecoveryReadiness::ResourceSet.ResourceSetType`. This parameter is required.this@Stability(value=Stable) public CfnResourceSetProps.Builder tags(List<? extends CfnTag> tags)
CfnResourceSetProps.getTags()tags - `AWS::Route53RecoveryReadiness::ResourceSet.Tags`.this@Stability(value=Stable) public CfnResourceSetProps build()
build in interface software.amazon.jsii.Builder<CfnResourceSetProps>CfnResourceSetPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.