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 method that creates an instance of theWorkforce.Builder avoiding the need to create one
manually via Workforce.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #workforces(List.
workforces - a consumer that will call methods on
Workforce.Builder#workforces(java.util.Collection) ListWorkforcesResponse.Builder nextToken(String nextToken)
A token to resume pagination.
nextToken - A token to resume pagination.Copyright © 2023. All rights reserved.