Interface ResourceChangeDetail.Builder

    • Method Detail

      • target

        ResourceChangeDetail.Builder target​(ResourceTargetDefinition target)

        Information about the resource attribute to be modified.

        Parameters:
        target - Information about the resource attribute to be modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • evaluation

        ResourceChangeDetail.Builder evaluation​(String evaluation)

        For static evaluations, the value of the resource attribute will change and the new value is known. For dynamic evaluations, the value might change, and any new value will be determined when the plan is updated.

        Parameters:
        evaluation - For static evaluations, the value of the resource attribute will change and the new value is known. For dynamic evaluations, the value might change, and any new value will be determined when the plan is updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EvaluationType, EvaluationType
      • evaluation

        ResourceChangeDetail.Builder evaluation​(EvaluationType evaluation)

        For static evaluations, the value of the resource attribute will change and the new value is known. For dynamic evaluations, the value might change, and any new value will be determined when the plan is updated.

        Parameters:
        evaluation - For static evaluations, the value of the resource attribute will change and the new value is known. For dynamic evaluations, the value might change, and any new value will be determined when the plan is updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EvaluationType, EvaluationType
      • causingEntity

        ResourceChangeDetail.Builder causingEntity​(String causingEntity)

        The ID of the entity that caused the change.

        Parameters:
        causingEntity - The ID of the entity that caused the change.
        Returns:
        Returns a reference to this object so that method calls can be chained together.