public static interface ListWorkforcesResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListWorkforcesResponse.Builder,ListWorkforcesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListWorkforcesResponse.Builder |
nextToken(String nextToken)
A token to resume pagination.
|
ListWorkforcesResponse.Builder |
workforces(Collection<Workforce> workforces)
A list containing information about your workforce.
|
ListWorkforcesResponse.Builder |
workforces(Consumer<Workforce.Builder>... workforces)
A list containing information about your workforce.
|
ListWorkforcesResponse.Builder |
workforces(Workforce... workforces)
A list containing information about your workforce.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkforcesResponse.Builder workforces(Collection<Workforce> workforces)
A list containing information about your workforce.
workforces - A list containing information about your workforce.ListWorkforcesResponse.Builder workforces(Workforce... workforces)
A list containing information about your workforce.
workforces - A list containing information about your workforce.ListWorkforcesResponse.Builder workforces(Consumer<Workforce.Builder>... workforces)
A list containing information about your workforce.
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 #workforces(List) .workforces - a consumer that will call methods on List.Builder #workforces(List) ListWorkforcesResponse.Builder nextToken(String nextToken)
A token to resume pagination.
nextToken - A token to resume pagination.Copyright © 2021. All rights reserved.