public static interface ModifyRuleRequest.Builder extends ElasticLoadBalancingv2Request.Builder, CopyableBuilder<ModifyRuleRequest.Builder,ModifyRuleRequest>
Modifier and Type | Method and Description |
---|---|
ModifyRuleRequest.Builder |
actions(Action... actions)
The actions.
|
ModifyRuleRequest.Builder |
actions(Collection<Action> actions)
The actions.
|
ModifyRuleRequest.Builder |
conditions(Collection<RuleCondition> conditions)
The conditions.
|
ModifyRuleRequest.Builder |
conditions(RuleCondition... conditions)
The conditions.
|
ModifyRuleRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ModifyRuleRequest.Builder |
ruleArn(String ruleArn)
The Amazon Resource Name (ARN) of the rule.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
ModifyRuleRequest.Builder ruleArn(String ruleArn)
The Amazon Resource Name (ARN) of the rule.
ruleArn
- The Amazon Resource Name (ARN) of the rule.ModifyRuleRequest.Builder conditions(Collection<RuleCondition> conditions)
The conditions.
conditions
- The conditions.ModifyRuleRequest.Builder conditions(RuleCondition... conditions)
The conditions.
conditions
- The conditions.ModifyRuleRequest.Builder actions(Collection<Action> actions)
The actions. The target group must use the HTTP or HTTPS protocol.
actions
- The actions. The target group must use the HTTP or HTTPS protocol.ModifyRuleRequest.Builder actions(Action... actions)
The actions. The target group must use the HTTP or HTTPS protocol.
actions
- The actions. The target group must use the HTTP or HTTPS protocol.ModifyRuleRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.