public static interface ListDomainsResponse.Builder extends Route53DomainsResponse.Builder, CopyableBuilder<ListDomainsResponse.Builder,ListDomainsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDomainsResponse.Builder |
domains(Collection<DomainSummary> domains)
A summary of domains.
|
ListDomainsResponse.Builder |
domains(DomainSummary... domains)
A summary of domains.
|
ListDomainsResponse.Builder |
nextPageMarker(String nextPageMarker)
If there are more domains than you specified for
MaxItems in the request, submit another request
and include the value of NextPageMarker in the value of Marker. |
buildcopyapply, buildListDomainsResponse.Builder domains(Collection<DomainSummary> domains)
A summary of domains.
domains - A summary of domains.ListDomainsResponse.Builder domains(DomainSummary... domains)
A summary of domains.
domains - A summary of domains.ListDomainsResponse.Builder nextPageMarker(String nextPageMarker)
If there are more domains than you specified for MaxItems in the request, submit another request
and include the value of NextPageMarker in the value of Marker.
nextPageMarker - If there are more domains than you specified for MaxItems in the request, submit another
request and include the value of NextPageMarker in the value of Marker.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.