public static interface UpdateRuleResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<UpdateRuleResponse.Builder,UpdateRuleResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateRuleResponse.Builder |
action(Consumer<RuleAction.Builder> action)
Information about the action for the specified listener rule.
|
UpdateRuleResponse.Builder |
action(RuleAction action)
Information about the action for the specified listener rule.
|
UpdateRuleResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the listener.
|
UpdateRuleResponse.Builder |
id(String id)
The ID of the listener.
|
UpdateRuleResponse.Builder |
isDefault(Boolean isDefault)
Indicates whether this is the default rule.
|
default UpdateRuleResponse.Builder |
match(Consumer<RuleMatch.Builder> match)
The rule match.
|
UpdateRuleResponse.Builder |
match(RuleMatch match)
The rule match.
|
UpdateRuleResponse.Builder |
name(String name)
The name of the listener.
|
UpdateRuleResponse.Builder |
priority(Integer priority)
The rule priority.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRuleResponse.Builder action(RuleAction action)
Information about the action for the specified listener rule.
action - Information about the action for the specified listener rule.default UpdateRuleResponse.Builder action(Consumer<RuleAction.Builder> action)
Information about the action for the specified listener 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)UpdateRuleResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the listener.
arn - The Amazon Resource Name (ARN) of the listener.UpdateRuleResponse.Builder id(String id)
The ID of the listener.
id - The ID of the listener.UpdateRuleResponse.Builder isDefault(Boolean isDefault)
Indicates whether this is the default rule.
isDefault - Indicates whether this is the default rule.UpdateRuleResponse.Builder match(RuleMatch match)
The rule match.
match - The rule match.default UpdateRuleResponse.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)UpdateRuleResponse.Builder name(String name)
The name of the listener.
name - The name of the listener.UpdateRuleResponse.Builder priority(Integer priority)
The rule priority.
priority - The rule priority.Copyright © 2023. All rights reserved.