public static interface GetDomainNamesResponse.Builder extends ApiGatewayV2Response.Builder, SdkPojo, CopyableBuilder<GetDomainNamesResponse.Builder,GetDomainNamesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDomainNamesResponse.Builder |
items(Collection<DomainName> items)
The elements from this collection.
|
GetDomainNamesResponse.Builder |
items(Consumer<DomainName.Builder>... items)
The elements from this collection.
|
GetDomainNamesResponse.Builder |
items(DomainName... items)
The elements from this collection.
|
GetDomainNamesResponse.Builder |
nextToken(String nextToken)
The next page of elements from this collection.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDomainNamesResponse.Builder items(Collection<DomainName> items)
The elements from this collection.
items - The elements from this collection.GetDomainNamesResponse.Builder items(DomainName... items)
The elements from this collection.
items - The elements from this collection.GetDomainNamesResponse.Builder items(Consumer<DomainName.Builder>... items)
The elements from this collection.
This is a convenience method that creates an instance of theDomainName.Builder avoiding the need to create one
manually via DomainName.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #items(List.
items - a consumer that will call methods on
DomainName.Builder#items(java.util.Collection) GetDomainNamesResponse.Builder nextToken(String nextToken)
The next page of elements from this collection. Not valid for the last element of the collection.
nextToken - The next page of elements from this collection. Not valid for the last element of the collection.Copyright © 2023. All rights reserved.