public static interface ListDomainAssociationsResponse.Builder extends AmplifyResponse.Builder, SdkPojo, CopyableBuilder<ListDomainAssociationsResponse.Builder,ListDomainAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDomainAssociationsResponse.Builder |
domainAssociations(Collection<DomainAssociation> domainAssociations)
List of Domain Associations.
|
ListDomainAssociationsResponse.Builder |
domainAssociations(Consumer<DomainAssociation.Builder>... domainAssociations)
List of Domain Associations.
|
ListDomainAssociationsResponse.Builder |
domainAssociations(DomainAssociation... domainAssociations)
List of Domain Associations.
|
ListDomainAssociationsResponse.Builder |
nextToken(String nextToken)
Pagination token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListDomainAssociationsResponse.Builder domainAssociations(Collection<DomainAssociation> domainAssociations)
List of Domain Associations.
domainAssociations - List of Domain Associations.ListDomainAssociationsResponse.Builder domainAssociations(DomainAssociation... domainAssociations)
List of Domain Associations.
domainAssociations - List of Domain Associations.ListDomainAssociationsResponse.Builder domainAssociations(Consumer<DomainAssociation.Builder>... domainAssociations)
List of Domain Associations.
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 #domainAssociations(List) .domainAssociations - a consumer that will call methods on List.Builder #domainAssociations(List) ListDomainAssociationsResponse.Builder nextToken(String nextToken)
Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.
nextToken - Pagination token. If non-null pagination token is returned in a result, then pass its value in another
request to fetch more entries.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.