Interface UpdateResourceSetRequest.Builder

    • Method Detail

      • resourceSetName

        UpdateResourceSetRequest.Builder resourceSetName​(String resourceSetName)

        Name of a resource set.

        Parameters:
        resourceSetName - Name of a resource set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceSetType

        UpdateResourceSetRequest.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

        UpdateResourceSetRequest.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

        UpdateResourceSetRequest.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.