public static interface CreateResourceSetRequest.Builder extends Route53RecoveryReadinessRequest.Builder, SdkPojo, CopyableBuilder<CreateResourceSetRequest.Builder,CreateResourceSetRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateResourceSetRequest.Builder resourceSetName(String resourceSetName)
The name of the resource set to create.
resourceSetName - The name of the resource set to create.CreateResourceSetRequest.Builder resourceSetType(String resourceSetType)
The resource type of the resources in the resource set. Enter one of the following values for resource type:
AWS::ApiGateway::Stage, AWS::ApiGatewayV2::Stage, AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm, AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume, AWS::ElasticLoadBalancing::LoadBalancer, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Lambda::Function, 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
resourceSetType - The resource type of the resources in the resource set. Enter one of the following values for resource
type:
AWS::ApiGateway::Stage, AWS::ApiGatewayV2::Stage, AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm, AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume, AWS::ElasticLoadBalancing::LoadBalancer, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Lambda::Function, 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
CreateResourceSetRequest.Builder resources(Collection<Resource> resources)
A list of resource objects in the resource set.
resources - A list of resource objects in the resource set.CreateResourceSetRequest.Builder resources(Resource... resources)
A list of resource objects in the resource set.
resources - A list of resource objects in the resource set.CreateResourceSetRequest.Builder resources(Consumer<Resource.Builder>... resources)
A list of resource objects in the resource set.
This is a convenience method that creates an instance of theResource.Builder avoiding the need to
create one manually via
Resource.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #resources(List.
resources - a consumer that will call methods on
Resource.Builder#resources(java.util.Collection) CreateResourceSetRequest.Builder tags(Map<String,String> tags)
A tag to associate with the parameters for a resource set.
tags - A tag to associate with the parameters for a resource set.CreateResourceSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateResourceSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.