UpdateRuleResponse.Builder |
UpdateRuleResponse.Builder.action(String action) |
The action of the rule.
|
UpdateRuleResponse.Builder |
UpdateRuleResponse.Builder.action(RuleAction action) |
The action of the rule.
|
static UpdateRuleResponse.Builder |
UpdateRuleResponse.builder() |
|
UpdateRuleResponse.Builder |
UpdateRuleResponse.Builder.createdAt(Instant createdAt) |
The timestamp at which the rule was created.
|
UpdateRuleResponse.Builder |
UpdateRuleResponse.Builder.createdBy(String createdBy) |
The user who created the rule.
|
UpdateRuleResponse.Builder |
UpdateRuleResponse.Builder.description(String description) |
The description of the rule.
|
default UpdateRuleResponse.Builder |
UpdateRuleResponse.Builder.detail(Consumer<RuleDetail.Builder> detail) |
The detail of the rule.
|
UpdateRuleResponse.Builder |
UpdateRuleResponse.Builder.detail(RuleDetail detail) |
The detail of the rule.
|
UpdateRuleResponse.Builder |
UpdateRuleResponse.Builder.identifier(String identifier) |
The ID of the rule.
|
UpdateRuleResponse.Builder |
UpdateRuleResponse.Builder.lastUpdatedBy(String lastUpdatedBy) |
The timestamp at which the rule was last updated.
|
UpdateRuleResponse.Builder |
UpdateRuleResponse.Builder.name(String name) |
The name of the rule.
|
UpdateRuleResponse.Builder |
UpdateRuleResponse.Builder.revision(String revision) |
The revision of the rule.
|
UpdateRuleResponse.Builder |
UpdateRuleResponse.Builder.ruleType(String ruleType) |
The type of the rule.
|
UpdateRuleResponse.Builder |
UpdateRuleResponse.Builder.ruleType(RuleType ruleType) |
The type of the rule.
|
default UpdateRuleResponse.Builder |
UpdateRuleResponse.Builder.scope(Consumer<RuleScope.Builder> scope) |
The scope of the rule.
|
UpdateRuleResponse.Builder |
UpdateRuleResponse.Builder.scope(RuleScope scope) |
The scope of the rule.
|
default UpdateRuleResponse.Builder |
UpdateRuleResponse.Builder.target(Consumer<RuleTarget.Builder> target) |
The target of the rule.
|
UpdateRuleResponse.Builder |
UpdateRuleResponse.Builder.target(RuleTarget target) |
The target of the rule.
|
UpdateRuleResponse.Builder |
UpdateRuleResponse.toBuilder() |
|
UpdateRuleResponse.Builder |
UpdateRuleResponse.Builder.updatedAt(Instant updatedAt) |
The timestamp at which the rule was last updated.
|