Interface ResourceTargetDefinition.Builder

  • Method Details

    • attribute

      The attribute to be changed.

      Parameters:
      attribute - The attribute to be changed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • attribute

      The attribute to be changed.

      Parameters:
      attribute - The attribute to be changed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • name

      If the attribute is Properties, the value is the name of the property. Otherwise, the value is null.

      Parameters:
      name - If the attribute is Properties, the value is the name of the property. Otherwise, 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 is Properties, indicates whether a change to this property causes the resource to be re-created.

      Parameters:
      requiresRecreation - If the attribute is Properties, indicates whether a change to this property causes the resource to be re-created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • requiresRecreation

      ResourceTargetDefinition.Builder requiresRecreation(RequiresRecreation requiresRecreation)

      If the attribute is Properties, indicates whether a change to this property causes the resource to be re-created.

      Parameters:
      requiresRecreation - If the attribute is Properties, indicates whether a change to this property causes the resource to be re-created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: