CopyableBuilder<ListDomainsResponse.Builder,ListDomainsResponse>
, SdkBuilder<ListDomainsResponse.Builder,ListDomainsResponse>
public static interface ListDomainsResponse.Builder extends CopyableBuilder<ListDomainsResponse.Builder,ListDomainsResponse>
Modifier and Type | Method | 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 . |
copy
apply, build
ListDomainsResponse.Builder domains(Collection<DomainSummary> domains)
A summary of domains.
domains
- A summary of domains.ListDomainsResponse.Builder domains(DomainSummary... domains)
A summary of domains.
NOTE: This method appends the values to the existing list (if any). Use
#setDomains(java.util.Collection)
or #withDomains(java.util.Collection)
if you want to
override the existing values.
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.