public static interface GetBasePathMappingsRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, 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) |
GetBasePathMappingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetBasePathMappingsRequest.Builder |
position(String position)
The current pagination position in the paged result set.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 default value is 25 and the maximum value is 500.
limit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500.GetBasePathMappingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetBasePathMappingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.