Interface ListWorkteamsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListWorkteamsRequest.Builder,,- ListWorkteamsRequest> - SageMakerRequest.Builder,- SdkBuilder<ListWorkteamsRequest.Builder,,- ListWorkteamsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListWorkteamsRequest
@Mutable
@NotThreadSafe
public static interface ListWorkteamsRequest.Builder
extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListWorkteamsRequest.Builder,ListWorkteamsRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionmaxResults(Integer maxResults) The maximum number of work teams to return in each page of the response.nameContains(String nameContains) A string in the work team's name.If the result of the previousListWorkteamsrequest was truncated, the response includes aNextToken.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The field to sort results by.sortBy(ListWorkteamsSortByOptions sortBy) The field to sort results by.The sort order for results.The sort order for results.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
sortByThe field to sort results by. The default is CreationTime.- Parameters:
- sortBy- The field to sort results by. The default is- CreationTime.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sortByThe field to sort results by. The default is CreationTime.- Parameters:
- sortBy- The field to sort results by. The default is- CreationTime.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sortOrderThe sort order for results. The default is Ascending.- Parameters:
- sortOrder- The sort order for results. The default is- Ascending.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sortOrderThe sort order for results. The default is Ascending.- Parameters:
- sortOrder- The sort order for results. The default is- Ascending.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nameContainsA string in the work team's name. This filter returns only work teams whose name contains the specified string. - Parameters:
- nameContains- A string in the work team's name. This filter returns only work teams whose name contains the specified string.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenIf the result of the previous ListWorkteamsrequest was truncated, the response includes aNextToken. To retrieve the next set of labeling jobs, use the token in the next request.- Parameters:
- nextToken- If the result of the previous- ListWorkteamsrequest was truncated, the response includes a- NextToken. To retrieve the next set of labeling jobs, use the token in the next request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsThe maximum number of work teams to return in each page of the response. - Parameters:
- maxResults- The maximum number of work teams to return in each page of the response.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationListWorkteamsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListWorkteamsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-