public static interface GetResourceSetResponse.Builder extends Route53RecoveryReadinessResponse.Builder, SdkPojo, CopyableBuilder<GetResourceSetResponse.Builder,GetResourceSetResponse>
| Modifier and Type | Method and Description |
|---|---|
GetResourceSetResponse.Builder |
resources(Collection<Resource> resources)
A list of resource objects.
|
GetResourceSetResponse.Builder |
resources(Consumer<Resource.Builder>... resources)
A list of resource objects.
|
GetResourceSetResponse.Builder |
resources(Resource... resources)
A list of resource objects.
|
GetResourceSetResponse.Builder |
resourceSetArn(String resourceSetArn)
The Amazon Resource Name (ARN) for the resource set.
|
GetResourceSetResponse.Builder |
resourceSetName(String resourceSetName)
The name of the resource set.
|
GetResourceSetResponse.Builder |
resourceSetType(String resourceSetType)
The resource type of the resources in the resource set.
|
GetResourceSetResponse.Builder |
tags(Map<String,String> tags)
Sets the value of the Tags property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetResourceSetResponse.Builder resourceSetArn(String resourceSetArn)
The Amazon Resource Name (ARN) for the resource set.
resourceSetArn - The Amazon Resource Name (ARN) for the resource set.GetResourceSetResponse.Builder resourceSetName(String resourceSetName)
The name of the resource set.
resourceSetName - The name of the resource set.GetResourceSetResponse.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
GetResourceSetResponse.Builder resources(Collection<Resource> resources)
A list of resource objects.
resources - A list of resource objects.GetResourceSetResponse.Builder resources(Resource... resources)
A list of resource objects.
resources - A list of resource objects.GetResourceSetResponse.Builder resources(Consumer<Resource.Builder>... resources)
A list of resource objects.
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) GetResourceSetResponse.Builder tags(Map<String,String> tags)
tags - The new value for the Tags property for this object.Copyright © 2022. All rights reserved.