public static interface ListDomainNamesResponse.Builder extends AppSyncResponse.Builder, SdkPojo, CopyableBuilder<ListDomainNamesResponse.Builder,ListDomainNamesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDomainNamesResponse.Builder |
domainNameConfigs(Collection<DomainNameConfig> domainNameConfigs)
Lists configurations for multiple domain names.
|
ListDomainNamesResponse.Builder |
domainNameConfigs(Consumer<DomainNameConfig.Builder>... domainNameConfigs)
Lists configurations for multiple domain names.
|
ListDomainNamesResponse.Builder |
domainNameConfigs(DomainNameConfig... domainNameConfigs)
Lists configurations for multiple domain names.
|
ListDomainNamesResponse.Builder |
nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which you can use to return the
next set of items in the list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDomainNamesResponse.Builder domainNameConfigs(Collection<DomainNameConfig> domainNameConfigs)
Lists configurations for multiple domain names.
domainNameConfigs - Lists configurations for multiple domain names.ListDomainNamesResponse.Builder domainNameConfigs(DomainNameConfig... domainNameConfigs)
Lists configurations for multiple domain names.
domainNameConfigs - Lists configurations for multiple domain names.ListDomainNamesResponse.Builder domainNameConfigs(Consumer<DomainNameConfig.Builder>... domainNameConfigs)
Lists configurations for multiple domain names.
This is a convenience method that creates an instance of theDomainNameConfig.Builder avoiding the need to create
one manually via DomainNameConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #domainNameConfigs(List.
domainNameConfigs - a consumer that will call methods on
DomainNameConfig.Builder#domainNameConfigs(java.util.Collection) ListDomainNamesResponse.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
nextToken - An identifier that was returned from the previous call to this operation, which you can use to return
the next set of items in the list.Copyright © 2023. All rights reserved.