CopyableBuilder<GetDomainNamesRequest.Builder,GetDomainNamesRequest>, SdkBuilder<GetDomainNamesRequest.Builder,GetDomainNamesRequest>public static interface GetDomainNamesRequest.Builder extends CopyableBuilder<GetDomainNamesRequest.Builder,GetDomainNamesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
GetDomainNamesRequest.Builder |
limit(Integer limit) |
The maximum number of returned results per page.
|
GetDomainNamesRequest.Builder |
position(String position) |
The current pagination position in the paged result set.
|
copyapply, buildGetDomainNamesRequest.Builder position(String position)
The current pagination position in the paged result set.
position - The current pagination position in the paged result set.GetDomainNamesRequest.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.