Interface ResourceTargetDefinition.Builder

    • Method Detail

      • name

        ResourceTargetDefinition.Builder name​(String 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, RequiresRecreation
      • 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:
        RequiresRecreation, RequiresRecreation