Interface GetMlTaskRunsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetMlTaskRunsRequest.Builder,
,GetMlTaskRunsRequest> GlueRequest.Builder
,SdkBuilder<GetMlTaskRunsRequest.Builder,
,GetMlTaskRunsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetMlTaskRunsRequest
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetMlTaskRunsRequest.Builder
filter
(Consumer<TaskRunFilterCriteria.Builder> filter) The filter criteria, in theTaskRunFilterCriteria
structure, for the task run.filter
(TaskRunFilterCriteria filter) The filter criteria, in theTaskRunFilterCriteria
structure, for the task run.maxResults
(Integer maxResults) The maximum number of results to return.A token for pagination of the results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default GetMlTaskRunsRequest.Builder
The sorting criteria, in theTaskRunSortCriteria
structure, for the task run.sort
(TaskRunSortCriteria sort) The sorting criteria, in theTaskRunSortCriteria
structure, for the task run.transformId
(String transformId) The unique identifier of the machine learning transform.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.glue.model.GlueRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
transformId
The unique identifier of the machine learning transform.
- Parameters:
transformId
- The unique identifier of the machine learning transform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A token for pagination of the results. The default is empty.
- Parameters:
nextToken
- A token for pagination of the results. The default is empty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return.
- Parameters:
maxResults
- The maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
The filter criteria, in the
TaskRunFilterCriteria
structure, for the task run.- Parameters:
filter
- The filter criteria, in theTaskRunFilterCriteria
structure, for the task run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
The filter criteria, in the
This is a convenience method that creates an instance of theTaskRunFilterCriteria
structure, for the task run.TaskRunFilterCriteria.Builder
avoiding the need to create one manually viaTaskRunFilterCriteria.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilter(TaskRunFilterCriteria)
.- Parameters:
filter
- a consumer that will call methods onTaskRunFilterCriteria.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sort
The sorting criteria, in the
TaskRunSortCriteria
structure, for the task run.- Parameters:
sort
- The sorting criteria, in theTaskRunSortCriteria
structure, for the task run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sort
The sorting criteria, in the
This is a convenience method that creates an instance of theTaskRunSortCriteria
structure, for the task run.TaskRunSortCriteria.Builder
avoiding the need to create one manually viaTaskRunSortCriteria.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosort(TaskRunSortCriteria)
.- Parameters:
sort
- a consumer that will call methods onTaskRunSortCriteria.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
GetMlTaskRunsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetMlTaskRunsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-