public static interface RuleUpdateSuccess.Builder extends SdkPojo, CopyableBuilder<RuleUpdateSuccess.Builder,RuleUpdateSuccess>
| Modifier and Type | Method and Description |
|---|---|
default RuleUpdateSuccess.Builder |
action(Consumer<RuleAction.Builder> action)
The action for the default rule.
|
RuleUpdateSuccess.Builder |
action(RuleAction action)
The action for the default rule.
|
RuleUpdateSuccess.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the listener.
|
RuleUpdateSuccess.Builder |
id(String id)
The ID of the listener.
|
RuleUpdateSuccess.Builder |
isDefault(Boolean isDefault)
Indicates whether this is the default rule.
|
default RuleUpdateSuccess.Builder |
match(Consumer<RuleMatch.Builder> match)
The rule match.
|
RuleUpdateSuccess.Builder |
match(RuleMatch match)
The rule match.
|
RuleUpdateSuccess.Builder |
name(String name)
The name of the listener.
|
RuleUpdateSuccess.Builder |
priority(Integer priority)
The rule priority.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRuleUpdateSuccess.Builder action(RuleAction action)
The action for the default rule.
action - The action for the default rule.default RuleUpdateSuccess.Builder action(Consumer<RuleAction.Builder> action)
The action for the default rule.
This is a convenience method that creates an instance of theRuleAction.Builder avoiding the need to
create one manually via RuleAction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to action(RuleAction).
action - a consumer that will call methods on RuleAction.Builderaction(RuleAction)RuleUpdateSuccess.Builder arn(String arn)
The Amazon Resource Name (ARN) of the listener.
arn - The Amazon Resource Name (ARN) of the listener.RuleUpdateSuccess.Builder id(String id)
The ID of the listener.
id - The ID of the listener.RuleUpdateSuccess.Builder isDefault(Boolean isDefault)
Indicates whether this is the default rule.
isDefault - Indicates whether this is the default rule.RuleUpdateSuccess.Builder match(RuleMatch match)
The rule match.
match - The rule match.default RuleUpdateSuccess.Builder match(Consumer<RuleMatch.Builder> match)
The rule match.
This is a convenience method that creates an instance of theRuleMatch.Builder avoiding the need to
create one manually via RuleMatch.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to match(RuleMatch).
match - a consumer that will call methods on RuleMatch.Buildermatch(RuleMatch)RuleUpdateSuccess.Builder name(String name)
The name of the listener.
name - The name of the listener.RuleUpdateSuccess.Builder priority(Integer priority)
The rule priority.
priority - The rule priority.Copyright © 2023. All rights reserved.