Interface GetBasePathMappingsRequest.Builder
-
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetBasePathMappingsRequest.Builder,GetBasePathMappingsRequest>,SdkBuilder<GetBasePathMappingsRequest.Builder,GetBasePathMappingsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetBasePathMappingsRequest
public static interface GetBasePathMappingsRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<GetBasePathMappingsRequest.Builder,GetBasePathMappingsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetBasePathMappingsRequest.BuilderdomainName(String domainName)The domain name of a BasePathMapping resource.GetBasePathMappingsRequest.BuilderdomainNameId(String domainNameId)The identifier for the domain name resource.GetBasePathMappingsRequest.Builderlimit(Integer limit)The maximum number of returned results per page.GetBasePathMappingsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBasePathMappingsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetBasePathMappingsRequest.Builderposition(String position)The current pagination position in the paged result set.-
Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
domainName
GetBasePathMappingsRequest.Builder domainName(String domainName)
The domain name of a BasePathMapping resource.
- Parameters:
domainName- The domain name of a BasePathMapping resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainNameId
GetBasePathMappingsRequest.Builder domainNameId(String domainNameId)
The identifier for the domain name resource. Supported only for private custom domain names.
- Parameters:
domainNameId- The identifier for the domain name resource. Supported only for private custom domain names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
position
GetBasePathMappingsRequest.Builder position(String position)
The current pagination position in the paged result set.
- Parameters:
position- The current pagination position in the paged result set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
GetBasePathMappingsRequest.Builder limit(Integer limit)
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
- Parameters:
limit- The maximum number of returned results per page. The default value is 25 and the maximum value is 500.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetBasePathMappingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetBasePathMappingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-