Interface CreateCloudFormationChangeSetRequest.Builder

    • Method Detail

      • applicationId

        CreateCloudFormationChangeSetRequest.Builder applicationId​(String applicationId)

        The Amazon Resource Name (ARN) of the application.

        Parameters:
        applicationId - The Amazon Resource Name (ARN) of the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • capabilities

        CreateCloudFormationChangeSetRequest.Builder capabilities​(Collection<String> capabilities)

        A list of values that you must specify before you can deploy certain applications. Some applications might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those applications, you must explicitly acknowledge their capabilities by specifying this parameter.

        The only valid values are CAPABILITY_IAM, CAPABILITY_NAMED_IAM, CAPABILITY_RESOURCE_POLICY, and CAPABILITY_AUTO_EXPAND.

        The following resources require you to specify CAPABILITY_IAM or CAPABILITY_NAMED_IAM: AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, and AWS::IAM::Role. If the application contains IAM resources, you can specify either CAPABILITY_IAM or CAPABILITY_NAMED_IAM. If the application contains IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM.

        The following resources require you to specify CAPABILITY_RESOURCE_POLICY: AWS::Lambda::Permission, AWS::IAM:Policy, AWS::ApplicationAutoScaling::ScalingPolicy, AWS::S3::BucketPolicy, AWS::SQS::QueuePolicy, and AWS::SNS:TopicPolicy.

        Applications that contain one or more nested applications require you to specify CAPABILITY_AUTO_EXPAND.

        If your application template contains any of the above resources, we recommend that you review all permissions associated with the application before deploying. If you don't specify this parameter for an application that requires capabilities, the call will fail.

        Parameters:
        capabilities - A list of values that you must specify before you can deploy certain applications. Some applications might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those applications, you must explicitly acknowledge their capabilities by specifying this parameter.

        The only valid values are CAPABILITY_IAM, CAPABILITY_NAMED_IAM, CAPABILITY_RESOURCE_POLICY, and CAPABILITY_AUTO_EXPAND.

        The following resources require you to specify CAPABILITY_IAM or CAPABILITY_NAMED_IAM: AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, and AWS::IAM::Role. If the application contains IAM resources, you can specify either CAPABILITY_IAM or CAPABILITY_NAMED_IAM. If the application contains IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM.

        The following resources require you to specify CAPABILITY_RESOURCE_POLICY: AWS::Lambda::Permission, AWS::IAM:Policy, AWS::ApplicationAutoScaling::ScalingPolicy, AWS::S3::BucketPolicy, AWS::SQS::QueuePolicy, and AWS::SNS:TopicPolicy.

        Applications that contain one or more nested applications require you to specify CAPABILITY_AUTO_EXPAND.

        If your application template contains any of the above resources, we recommend that you review all permissions associated with the application before deploying. If you don't specify this parameter for an application that requires capabilities, the call will fail.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • capabilities

        CreateCloudFormationChangeSetRequest.Builder capabilities​(String... capabilities)

        A list of values that you must specify before you can deploy certain applications. Some applications might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those applications, you must explicitly acknowledge their capabilities by specifying this parameter.

        The only valid values are CAPABILITY_IAM, CAPABILITY_NAMED_IAM, CAPABILITY_RESOURCE_POLICY, and CAPABILITY_AUTO_EXPAND.

        The following resources require you to specify CAPABILITY_IAM or CAPABILITY_NAMED_IAM: AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, and AWS::IAM::Role. If the application contains IAM resources, you can specify either CAPABILITY_IAM or CAPABILITY_NAMED_IAM. If the application contains IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM.

        The following resources require you to specify CAPABILITY_RESOURCE_POLICY: AWS::Lambda::Permission, AWS::IAM:Policy, AWS::ApplicationAutoScaling::ScalingPolicy, AWS::S3::BucketPolicy, AWS::SQS::QueuePolicy, and AWS::SNS:TopicPolicy.

        Applications that contain one or more nested applications require you to specify CAPABILITY_AUTO_EXPAND.

        If your application template contains any of the above resources, we recommend that you review all permissions associated with the application before deploying. If you don't specify this parameter for an application that requires capabilities, the call will fail.

        Parameters:
        capabilities - A list of values that you must specify before you can deploy certain applications. Some applications might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those applications, you must explicitly acknowledge their capabilities by specifying this parameter.

        The only valid values are CAPABILITY_IAM, CAPABILITY_NAMED_IAM, CAPABILITY_RESOURCE_POLICY, and CAPABILITY_AUTO_EXPAND.

        The following resources require you to specify CAPABILITY_IAM or CAPABILITY_NAMED_IAM: AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, and AWS::IAM::Role. If the application contains IAM resources, you can specify either CAPABILITY_IAM or CAPABILITY_NAMED_IAM. If the application contains IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM.

        The following resources require you to specify CAPABILITY_RESOURCE_POLICY: AWS::Lambda::Permission, AWS::IAM:Policy, AWS::ApplicationAutoScaling::ScalingPolicy, AWS::S3::BucketPolicy, AWS::SQS::QueuePolicy, and AWS::SNS:TopicPolicy.

        Applications that contain one or more nested applications require you to specify CAPABILITY_AUTO_EXPAND.

        If your application template contains any of the above resources, we recommend that you review all permissions associated with the application before deploying. If you don't specify this parameter for an application that requires capabilities, the call will fail.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • changeSetName

        CreateCloudFormationChangeSetRequest.Builder changeSetName​(String changeSetName)

        This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.

        Parameters:
        changeSetName - This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientToken

        CreateCloudFormationChangeSetRequest.Builder clientToken​(String clientToken)

        This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.

        Parameters:
        clientToken - This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        CreateCloudFormationChangeSetRequest.Builder description​(String description)

        This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.

        Parameters:
        description - This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • notificationArns

        CreateCloudFormationChangeSetRequest.Builder notificationArns​(Collection<String> notificationArns)

        This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.

        Parameters:
        notificationArns - This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • notificationArns

        CreateCloudFormationChangeSetRequest.Builder notificationArns​(String... notificationArns)

        This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.

        Parameters:
        notificationArns - This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameterOverrides

        CreateCloudFormationChangeSetRequest.Builder parameterOverrides​(Collection<ParameterValue> parameterOverrides)

        A list of parameter values for the parameters of the application.

        Parameters:
        parameterOverrides - A list of parameter values for the parameters of the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameterOverrides

        CreateCloudFormationChangeSetRequest.Builder parameterOverrides​(ParameterValue... parameterOverrides)

        A list of parameter values for the parameters of the application.

        Parameters:
        parameterOverrides - A list of parameter values for the parameters of the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypes

        CreateCloudFormationChangeSetRequest.Builder resourceTypes​(String... resourceTypes)

        This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.

        Parameters:
        resourceTypes - This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rollbackConfiguration

        CreateCloudFormationChangeSetRequest.Builder rollbackConfiguration​(RollbackConfiguration rollbackConfiguration)

        This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.

        Parameters:
        rollbackConfiguration - This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stackName

        CreateCloudFormationChangeSetRequest.Builder stackName​(String stackName)

        This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.

        Parameters:
        stackName - This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateCloudFormationChangeSetRequest.Builder tags​(Tag... tags)

        This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.

        Parameters:
        tags - This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templateId

        CreateCloudFormationChangeSetRequest.Builder templateId​(String templateId)

        The UUID returned by CreateCloudFormationTemplate.

        Pattern: [0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}

        Parameters:
        templateId - The UUID returned by CreateCloudFormationTemplate.

        Pattern: [0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}

        Returns:
        Returns a reference to this object so that method calls can be chained together.