Interface CreateRoutingRuleRequest.Builder
- All Superinterfaces:
ApiGatewayV2Request.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateRoutingRuleRequest.Builder,,CreateRoutingRuleRequest> SdkBuilder<CreateRoutingRuleRequest.Builder,,CreateRoutingRuleRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateRoutingRuleRequest
-
Method Summary
Modifier and TypeMethodDescriptionactions(Collection<RoutingRuleAction> actions) Represents a routing rule action.actions(Consumer<RoutingRuleAction.Builder>... actions) Represents a routing rule action.actions(RoutingRuleAction... actions) Represents a routing rule action.conditions(Collection<RoutingRuleCondition> conditions) Represents a condition.conditions(Consumer<RoutingRuleCondition.Builder>... conditions) Represents a condition.conditions(RoutingRuleCondition... conditions) Represents a condition.domainName(String domainName) The domain name.domainNameId(String domainNameId) The domain name ID.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Represents the priority of the routing rule.Methods inherited from interface software.amazon.awssdk.services.apigatewayv2.model.ApiGatewayV2Request.Builder
buildMethods 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.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
actions
Represents a routing rule action. The only supported action is invokeApi.
- Parameters:
actions- Represents a routing rule action. The only supported action is invokeApi.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actions
Represents a routing rule action. The only supported action is invokeApi.
- Parameters:
actions- Represents a routing rule action. The only supported action is invokeApi.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actions
Represents a routing rule action. The only supported action is invokeApi.
This is a convenience method that creates an instance of theRoutingRuleAction.Builderavoiding the need to create one manually viaRoutingRuleAction.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toactions(List<RoutingRuleAction>).- Parameters:
actions- a consumer that will call methods onRoutingRuleAction.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
conditions
Represents a condition. Conditions can contain up to two matchHeaders conditions and one matchBasePaths conditions. API Gateway evaluates header conditions and base path conditions together. You can only use AND between header and base path conditions.
- Parameters:
conditions- Represents a condition. Conditions can contain up to two matchHeaders conditions and one matchBasePaths conditions. API Gateway evaluates header conditions and base path conditions together. You can only use AND between header and base path conditions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conditions
Represents a condition. Conditions can contain up to two matchHeaders conditions and one matchBasePaths conditions. API Gateway evaluates header conditions and base path conditions together. You can only use AND between header and base path conditions.
- Parameters:
conditions- Represents a condition. Conditions can contain up to two matchHeaders conditions and one matchBasePaths conditions. API Gateway evaluates header conditions and base path conditions together. You can only use AND between header and base path conditions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conditions
Represents a condition. Conditions can contain up to two matchHeaders conditions and one matchBasePaths conditions. API Gateway evaluates header conditions and base path conditions together. You can only use AND between header and base path conditions.
This is a convenience method that creates an instance of theRoutingRuleCondition.Builderavoiding the need to create one manually viaRoutingRuleCondition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconditions(List<RoutingRuleCondition>).- Parameters:
conditions- a consumer that will call methods onRoutingRuleCondition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
domainName
The domain name.
- Parameters:
domainName- The domain name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainNameId
The domain name ID.
- Parameters:
domainNameId- The domain name ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
priority
Represents the priority of the routing rule.- Parameters:
priority- Represents the priority of the routing rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateRoutingRuleRequest.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
CreateRoutingRuleRequest.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.
-