Interface ListWorkforcesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListWorkforcesRequest.Builder,ListWorkforcesRequest>,SageMakerRequest.Builder,SdkBuilder<ListWorkforcesRequest.Builder,ListWorkforcesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListWorkforcesRequest
public static interface ListWorkforcesRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListWorkforcesRequest.Builder,ListWorkforcesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListWorkforcesRequest.BuildermaxResults(Integer maxResults)The maximum number of workforces returned in the response.ListWorkforcesRequest.BuildernameContains(String nameContains)A filter you can use to search for workforces using part of the workforce name.ListWorkforcesRequest.BuildernextToken(String nextToken)A token to resume pagination.ListWorkforcesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListWorkforcesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListWorkforcesRequest.BuildersortBy(String sortBy)Sort workforces using the workforce name or creation date.ListWorkforcesRequest.BuildersortBy(ListWorkforcesSortByOptions sortBy)Sort workforces using the workforce name or creation date.ListWorkforcesRequest.BuildersortOrder(String sortOrder)Sort workforces in ascending or descending order.ListWorkforcesRequest.BuildersortOrder(SortOrder sortOrder)Sort workforces in ascending or descending order.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
sortBy
ListWorkforcesRequest.Builder sortBy(String sortBy)
Sort workforces using the workforce name or creation date.
- Parameters:
sortBy- Sort workforces using the workforce name or creation date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ListWorkforcesSortByOptions,ListWorkforcesSortByOptions
-
sortBy
ListWorkforcesRequest.Builder sortBy(ListWorkforcesSortByOptions sortBy)
Sort workforces using the workforce name or creation date.
- Parameters:
sortBy- Sort workforces using the workforce name or creation date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ListWorkforcesSortByOptions,ListWorkforcesSortByOptions
-
sortOrder
ListWorkforcesRequest.Builder sortOrder(String sortOrder)
Sort workforces in ascending or descending order.
-
sortOrder
ListWorkforcesRequest.Builder sortOrder(SortOrder sortOrder)
Sort workforces in ascending or descending order.
-
nameContains
ListWorkforcesRequest.Builder nameContains(String nameContains)
A filter you can use to search for workforces using part of the workforce name.
- Parameters:
nameContains- A filter you can use to search for workforces using part of the workforce name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListWorkforcesRequest.Builder nextToken(String nextToken)
A token to resume pagination.
- Parameters:
nextToken- A token to resume pagination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListWorkforcesRequest.Builder maxResults(Integer maxResults)
The maximum number of workforces returned in the response.
- Parameters:
maxResults- The maximum number of workforces returned in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListWorkforcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListWorkforcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-