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(Consumer<DomainSummary.Builder>... 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. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 domains(Consumer<DomainSummary.Builder>... domains)
A summary of domains.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #domains(List) .domains - a consumer that will call methods on List.Builder #domains(List) 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.