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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListDomainsResponse.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 method 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 © 2022. All rights reserved.