static ResourceChangeDetail.Builder |
ResourceChangeDetail.builder() |
|
ResourceChangeDetail.Builder |
ResourceChangeDetail.Builder.causingEntity(String causingEntity) |
The ID of the entity that caused the change.
|
ResourceChangeDetail.Builder |
ResourceChangeDetail.Builder.evaluation(String evaluation) |
For static evaluations, the value of the resource attribute will change and the new value is known.
|
ResourceChangeDetail.Builder |
ResourceChangeDetail.Builder.evaluation(EvaluationType evaluation) |
For static evaluations, the value of the resource attribute will change and the new value is known.
|
default ResourceChangeDetail.Builder |
ResourceChangeDetail.Builder.target(Consumer<ResourceTargetDefinition.Builder> target) |
Information about the resource attribute to be modified.
|
ResourceChangeDetail.Builder |
ResourceChangeDetail.Builder.target(ResourceTargetDefinition target) |
Information about the resource attribute to be modified.
|
ResourceChangeDetail.Builder |
ResourceChangeDetail.toBuilder() |
|