public static interface GetBasePathMappingsRequest.Builder extends ApiGatewayRequest.Builder, CopyableBuilder<GetBasePathMappingsRequest.Builder,GetBasePathMappingsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetBasePathMappingsRequest.Builder |
domainName(String domainName)
The domain name of a BasePathMapping resource.
|
GetBasePathMappingsRequest.Builder |
limit(Integer limit)
The maximum number of returned results per page.
|
GetBasePathMappingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetBasePathMappingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetBasePathMappingsRequest.Builder |
position(String position)
The current pagination position in the paged result set.
|
buildoverrideConfigurationcopyapplyMutation, buildGetBasePathMappingsRequest.Builder domainName(String domainName)
The domain name of a BasePathMapping resource.
domainName - The domain name of a BasePathMapping resource.GetBasePathMappingsRequest.Builder position(String position)
The current pagination position in the paged result set.
position - The current pagination position in the paged result set.GetBasePathMappingsRequest.Builder limit(Integer limit)
The maximum number of returned results per page. The value is 25 by default and could be between 1 - 500.
limit - The maximum number of returned results per page. The value is 25 by default and could be between 1 -
500.GetBasePathMappingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetBasePathMappingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.