Interface CreateRuleRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateRuleRequest.Builder,,CreateRuleRequest> ElasticLoadBalancingV2Request.Builder,SdkBuilder<CreateRuleRequest.Builder,,CreateRuleRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateRuleRequest
public static interface CreateRuleRequest.Builder
extends ElasticLoadBalancingV2Request.Builder, SdkPojo, CopyableBuilder<CreateRuleRequest.Builder,CreateRuleRequest>
-
Method Summary
Modifier and TypeMethodDescriptionactions(Collection<Action> actions) The actions.actions(Consumer<Action.Builder>... actions) The actions.The actions.conditions(Collection<RuleCondition> conditions) The conditions.conditions(Consumer<RuleCondition.Builder>... conditions) The conditions.conditions(RuleCondition... conditions) The conditions.listenerArn(String listenerArn) The Amazon Resource Name (ARN) of the listener.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The rule priority.tags(Collection<Tag> tags) The tags to assign to the rule.tags(Consumer<Tag.Builder>... tags) The tags to assign to the rule.The tags to assign to the rule.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
listenerArn
The Amazon Resource Name (ARN) of the listener.
- Parameters:
listenerArn- The Amazon Resource Name (ARN) of the listener.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conditions
The conditions.
- Parameters:
conditions- The conditions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conditions
The conditions.
- Parameters:
conditions- The conditions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conditions
The conditions.
This is a convenience method that creates an instance of theRuleCondition.Builderavoiding the need to create one manually viaRuleCondition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconditions(List<RuleCondition>).- Parameters:
conditions- a consumer that will call methods onRuleCondition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
priority
The rule priority. A listener can't have multiple rules with the same priority.
- Parameters:
priority- The rule priority. A listener can't have multiple rules with the same priority.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actions
The actions.
- Parameters:
actions- The actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actions
The actions.
- Parameters:
actions- The actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actions
The actions.
This is a convenience method that creates an instance of theAction.Builderavoiding the need to create one manually viaAction.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toactions(List<Action>).- Parameters:
actions- a consumer that will call methods onAction.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags to assign to the rule.
- Parameters:
tags- The tags to assign to the rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags to assign to the rule.
- Parameters:
tags- The tags to assign to the rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags to assign to the rule.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-