public static interface UpdateRuleRequest.Builder extends VpcLatticeRequest.Builder, SdkPojo, CopyableBuilder<UpdateRuleRequest.Builder,UpdateRuleRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRuleRequest.Builder action(RuleAction action)
Information about the action for the specified listener rule.
action - Information about the action for the specified listener rule.default UpdateRuleRequest.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)UpdateRuleRequest.Builder listenerIdentifier(String listenerIdentifier)
The ID or Amazon Resource Name (ARN) of the listener.
listenerIdentifier - The ID or Amazon Resource Name (ARN) of the listener.UpdateRuleRequest.Builder match(RuleMatch match)
The rule match.
match - The rule match.default UpdateRuleRequest.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)UpdateRuleRequest.Builder priority(Integer priority)
The rule priority. A listener can't have multiple rules with the same priority.
priority - The rule priority. A listener can't have multiple rules with the same priority.UpdateRuleRequest.Builder ruleIdentifier(String ruleIdentifier)
The ID or Amazon Resource Name (ARN) of the rule.
ruleIdentifier - The ID or Amazon Resource Name (ARN) of the rule.UpdateRuleRequest.Builder serviceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
serviceIdentifier - The ID or Amazon Resource Name (ARN) of the service.UpdateRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.