public static interface ListDomainsResponse.Builder extends Route53DomainsResponse.Builder, SdkPojo, CopyableBuilder<ListDomainsResponse.Builder,ListDomainsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDomainsResponse.Builder |
domains(Collection<DomainSummary> domains)
A list of domains.
|
ListDomainsResponse.Builder |
domains(Consumer<DomainSummary.Builder>... domains)
A list of domains.
|
ListDomainsResponse.Builder |
domains(DomainSummary... domains)
A list 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. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDomainsResponse.Builder domains(Collection<DomainSummary> domains)
A list of domains.
domains - A list of domains.ListDomainsResponse.Builder domains(DomainSummary... domains)
A list of domains.
domains - A list of domains.ListDomainsResponse.Builder domains(Consumer<DomainSummary.Builder>... domains)
A list of domains.
This is a convenience method that creates an instance of theDomainSummary.Builder avoiding the need to
create one manually via DomainSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #domains(List.
domains - a consumer that will call methods on
DomainSummary.Builder#domains(java.util.Collection) 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 © 2023. All rights reserved.