public static interface ListWorkforcesRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListWorkforcesRequest.Builder,ListWorkforcesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListWorkforcesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of workforces returned in the response.
|
ListWorkforcesRequest.Builder |
nameContains(String nameContains)
A filter you can use to search for workforces using part of the workforce name.
|
ListWorkforcesRequest.Builder |
nextToken(String nextToken)
A token to resume pagination.
|
ListWorkforcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListWorkforcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListWorkforcesRequest.Builder |
sortBy(ListWorkforcesSortByOptions sortBy)
Sort workforces using the workforce name or creation date.
|
ListWorkforcesRequest.Builder |
sortBy(String sortBy)
Sort workforces using the workforce name or creation date.
|
ListWorkforcesRequest.Builder |
sortOrder(SortOrder sortOrder)
Sort workforces in ascending or descending order.
|
ListWorkforcesRequest.Builder |
sortOrder(String sortOrder)
Sort workforces in ascending or descending order.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkforcesRequest.Builder sortBy(String sortBy)
Sort workforces using the workforce name or creation date.
sortBy - Sort workforces using the workforce name or creation date.ListWorkforcesSortByOptions,
ListWorkforcesSortByOptionsListWorkforcesRequest.Builder sortBy(ListWorkforcesSortByOptions sortBy)
Sort workforces using the workforce name or creation date.
sortBy - Sort workforces using the workforce name or creation date.ListWorkforcesSortByOptions,
ListWorkforcesSortByOptionsListWorkforcesRequest.Builder sortOrder(String sortOrder)
Sort workforces in ascending or descending order.
ListWorkforcesRequest.Builder sortOrder(SortOrder sortOrder)
Sort workforces in ascending or descending order.
ListWorkforcesRequest.Builder nameContains(String nameContains)
A filter you can use to search for workforces using part of the workforce name.
nameContains - A filter you can use to search for workforces using part of the workforce name.ListWorkforcesRequest.Builder nextToken(String nextToken)
A token to resume pagination.
nextToken - A token to resume pagination.ListWorkforcesRequest.Builder maxResults(Integer maxResults)
The maximum number of workforces returned in the response.
maxResults - The maximum number of workforces returned in the response.ListWorkforcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListWorkforcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.