Interface ListRoutingRulesRequest.Builder
- All Superinterfaces:
ApiGatewayV2Request.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListRoutingRulesRequest.Builder,,ListRoutingRulesRequest> SdkBuilder<ListRoutingRulesRequest.Builder,,ListRoutingRulesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListRoutingRulesRequest
@Mutable
@NotThreadSafe
public static interface ListRoutingRulesRequest.Builder
extends ApiGatewayV2Request.Builder, SdkPojo, CopyableBuilder<ListRoutingRulesRequest.Builder,ListRoutingRulesRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondomainName(String domainName) The domain name.domainNameId(String domainNameId) The domain name ID.maxResults(Integer maxResults) The maximum number of elements to be returned for this resource.The next page of elements from this collection.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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
-
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.
-
maxResults
The maximum number of elements to be returned for this resource.
- Parameters:
maxResults- The maximum number of elements to be returned for this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The next page of elements from this collection. Not valid for the last element of the collection.
- Parameters:
nextToken- The next page of elements from this collection. Not valid for the last element of the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRoutingRulesRequest.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
ListRoutingRulesRequest.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.
-