public static interface ListDomainsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListDomainsResponse.Builder,ListDomainsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDomainsResponse.Builder |
domains(Collection<DomainDetails> domains)
The list of domains.
|
ListDomainsResponse.Builder |
domains(Consumer<DomainDetails.Builder>... domains)
The list of domains.
|
ListDomainsResponse.Builder |
domains(DomainDetails... domains)
The list of domains.
|
ListDomainsResponse.Builder |
nextToken(String nextToken)
If the previous response was truncated, you will receive this token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDomainsResponse.Builder domains(Collection<DomainDetails> domains)
The list of domains.
domains - The list of domains.ListDomainsResponse.Builder domains(DomainDetails... domains)
The list of domains.
domains - The list of domains.ListDomainsResponse.Builder domains(Consumer<DomainDetails.Builder>... domains)
The list of domains.
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 #domains(List) .domains - a consumer that will call methods on List.Builder #domains(List) ListDomainsResponse.Builder nextToken(String nextToken)
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
nextToken - If the previous response was truncated, you will receive this token. Use it in your next request to
receive the next set of results.Copyright © 2020. All rights reserved.