Interface ResourceTargetDefinition.Builder

    • Method Detail

      • attribute

        ResourceTargetDefinition.Builder attribute​(String attribute)

        Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

        Parameters:
        attribute - Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceAttribute, ResourceAttribute
      • attribute

        ResourceTargetDefinition.Builder attribute​(ResourceAttribute attribute)

        Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

        Parameters:
        attribute - Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceAttribute, ResourceAttribute
      • name

        ResourceTargetDefinition.Builder name​(String name)

        If the Attribute value is Properties, the name of the property. For all other attributes, the value is null.

        Parameters:
        name - If the Attribute value is Properties, the name of the property. For all other attributes, the value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requiresRecreation

        ResourceTargetDefinition.Builder requiresRecreation​(String requiresRecreation)

        If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated. The value can be Never, Always, or Conditionally. To determine the conditions for a Conditionally recreation, see the update behavior for that property in the CloudFormation User Guide.

        Parameters:
        requiresRecreation - If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated. The value can be Never, Always , or Conditionally. To determine the conditions for a Conditionally recreation, see the update behavior for that property in the CloudFormation User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RequiresRecreation, RequiresRecreation
      • requiresRecreation

        ResourceTargetDefinition.Builder requiresRecreation​(RequiresRecreation requiresRecreation)

        If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated. The value can be Never, Always, or Conditionally. To determine the conditions for a Conditionally recreation, see the update behavior for that property in the CloudFormation User Guide.

        Parameters:
        requiresRecreation - If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated. The value can be Never, Always , or Conditionally. To determine the conditions for a Conditionally recreation, see the update behavior for that property in the CloudFormation User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RequiresRecreation, RequiresRecreation