Interface UpdateResourceSetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateResourceSetResponse.Builder,UpdateResourceSetResponse>,Route53RecoveryReadinessResponse.Builder,SdkBuilder<UpdateResourceSetResponse.Builder,UpdateResourceSetResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateResourceSetResponse
public static interface UpdateResourceSetResponse.Builder extends Route53RecoveryReadinessResponse.Builder, SdkPojo, CopyableBuilder<UpdateResourceSetResponse.Builder,UpdateResourceSetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateResourceSetResponse.Builderresources(Collection<Resource> resources)A list of resource objects.UpdateResourceSetResponse.Builderresources(Consumer<Resource.Builder>... resources)A list of resource objects.UpdateResourceSetResponse.Builderresources(Resource... resources)A list of resource objects.UpdateResourceSetResponse.BuilderresourceSetArn(String resourceSetArn)The Amazon Resource Name (ARN) for the resource set.UpdateResourceSetResponse.BuilderresourceSetName(String resourceSetName)The name of the resource set.UpdateResourceSetResponse.BuilderresourceSetType(String resourceSetType)The resource type of the resources in the resource set.UpdateResourceSetResponse.Buildertags(Map<String,String> tags)Sets the value of the Tags property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53recoveryreadiness.model.Route53RecoveryReadinessResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
resourceSetArn
UpdateResourceSetResponse.Builder resourceSetArn(String resourceSetArn)
The Amazon Resource Name (ARN) for the resource set.
- Parameters:
resourceSetArn- The Amazon Resource Name (ARN) for the resource set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceSetName
UpdateResourceSetResponse.Builder resourceSetName(String resourceSetName)
The name of the resource set.
- Parameters:
resourceSetName- The name of the resource set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceSetType
UpdateResourceSetResponse.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
- Parameters:
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
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resources
UpdateResourceSetResponse.Builder resources(Collection<Resource> resources)
A list of resource objects.
- Parameters:
resources- A list of resource objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resources
UpdateResourceSetResponse.Builder resources(Resource... resources)
A list of resource objects.
- Parameters:
resources- A list of resource objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resources
UpdateResourceSetResponse.Builder resources(Consumer<Resource.Builder>... resources)
A list of resource objects.
This is a convenience method that creates an instance of theResource.Builderavoiding the need to create one manually viaResource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#resources(List.) - Parameters:
resources- a consumer that will call methods onResource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#resources(java.util.Collection)
-
tags
UpdateResourceSetResponse.Builder tags(Map<String,String> tags)
Sets the value of the Tags property for this object.- Parameters:
tags- The new value for the Tags property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-