CopyableBuilder<GetBasePathMappingsRequest.Builder,GetBasePathMappingsRequest>
, SdkBuilder<GetBasePathMappingsRequest.Builder,GetBasePathMappingsRequest>
public static interface GetBasePathMappingsRequest.Builder extends CopyableBuilder<GetBasePathMappingsRequest.Builder,GetBasePathMappingsRequest>
Modifier and Type | Method | 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 |
position(String position) |
The current pagination position in the paged result set.
|
copy
apply, build
GetBasePathMappingsRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.