@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 - A list of resource objects in the resource set. This parameter is required.this@Stability(value=Stable) public CfnResourceSetProps.Builder resources(List<? extends Object> resources)
CfnResourceSetProps.getResources()resources - A list of resource objects in the resource set. This parameter is required.this@Stability(value=Stable) public CfnResourceSetProps.Builder resourceSetName(String resourceSetName)
CfnResourceSetProps.getResourceSetName()resourceSetName - The name of the resource set to create. This parameter is required.this@Stability(value=Stable) public CfnResourceSetProps.Builder resourceSetType(String resourceSetType)
CfnResourceSetProps.getResourceSetType()resourceSetType - The resource type of the resources in the resource set. Enter one of the following values for resource type:. This parameter is required.
AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm, AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume, AWS::ElasticLoadBalancing::LoadBalancer, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::MSK::Cluster, AWS::RDS::DBCluster, AWS::Route53::HealthCheck, AWS::SQS::Queue, AWS::SNS::Topic, AWS::SNS::Subscription, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::Route53RecoveryReadiness::DNSTargetResource.
Note that AWS::Route53RecoveryReadiness::DNSTargetResource is only used for this setting. It isn't an actual AWS CloudFormation resource type.
this@Stability(value=Stable) public CfnResourceSetProps.Builder tags(List<? extends CfnTag> tags)
CfnResourceSetProps.getTags()tags - A tag to associate with the parameters for a resource set.this@Stability(value=Stable) public CfnResourceSetProps build()
build in interface software.amazon.jsii.Builder<CfnResourceSetProps>CfnResourceSetPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.