public static interface ListDomainsForPackageResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<ListDomainsForPackageResponse.Builder,ListDomainsForPackageResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDomainsForPackageResponse.Builder |
domainPackageDetailsList(Collection<DomainPackageDetails> domainPackageDetailsList)
Information about all domains associated with a package.
|
ListDomainsForPackageResponse.Builder |
domainPackageDetailsList(Consumer<DomainPackageDetails.Builder>... domainPackageDetailsList)
Information about all domains associated with a package.
|
ListDomainsForPackageResponse.Builder |
domainPackageDetailsList(DomainPackageDetails... domainPackageDetailsList)
Information about all domains associated with a package.
|
ListDomainsForPackageResponse.Builder |
nextToken(String nextToken)
When
nextToken is returned, there are more results available. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDomainsForPackageResponse.Builder domainPackageDetailsList(Collection<DomainPackageDetails> domainPackageDetailsList)
Information about all domains associated with a package.
domainPackageDetailsList - Information about all domains associated with a package.ListDomainsForPackageResponse.Builder domainPackageDetailsList(DomainPackageDetails... domainPackageDetailsList)
Information about all domains associated with a package.
domainPackageDetailsList - Information about all domains associated with a package.ListDomainsForPackageResponse.Builder domainPackageDetailsList(Consumer<DomainPackageDetails.Builder>... domainPackageDetailsList)
Information about all domains associated with a package.
This is a convenience method that creates an instance of theDomainPackageDetails.Builder avoiding the need to
create one manually via
DomainPackageDetails.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #domainPackageDetailsList(List.
domainPackageDetailsList - a consumer that will call methods on
DomainPackageDetails.Builder#domainPackageDetailsList(java.util.Collection) ListDomainsForPackageResponse.Builder nextToken(String nextToken)
When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.
nextToken - When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page.Copyright © 2023. All rights reserved.