Interface ListTransformJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTransformJobsRequest.Builder,ListTransformJobsRequest>,SageMakerRequest.Builder,SdkBuilder<ListTransformJobsRequest.Builder,ListTransformJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTransformJobsRequest
public static interface ListTransformJobsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListTransformJobsRequest.Builder,ListTransformJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTransformJobsRequest.BuildercreationTimeAfter(Instant creationTimeAfter)A filter that returns only transform jobs created after the specified time.ListTransformJobsRequest.BuildercreationTimeBefore(Instant creationTimeBefore)A filter that returns only transform jobs created before the specified time.ListTransformJobsRequest.BuilderlastModifiedTimeAfter(Instant lastModifiedTimeAfter)A filter that returns only transform jobs modified after the specified time.ListTransformJobsRequest.BuilderlastModifiedTimeBefore(Instant lastModifiedTimeBefore)A filter that returns only transform jobs modified before the specified time.ListTransformJobsRequest.BuildermaxResults(Integer maxResults)The maximum number of transform jobs to return in the response.ListTransformJobsRequest.BuildernameContains(String nameContains)A string in the transform job name.ListTransformJobsRequest.BuildernextToken(String nextToken)If the result of the previousListTransformJobsrequest was truncated, the response includes aNextToken.ListTransformJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTransformJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTransformJobsRequest.BuildersortBy(String sortBy)The field to sort results by.ListTransformJobsRequest.BuildersortBy(SortBy sortBy)The field to sort results by.ListTransformJobsRequest.BuildersortOrder(String sortOrder)The sort order for results.ListTransformJobsRequest.BuildersortOrder(SortOrder sortOrder)The sort order for results.ListTransformJobsRequest.BuilderstatusEquals(String statusEquals)A filter that retrieves only transform jobs with a specific status.ListTransformJobsRequest.BuilderstatusEquals(TransformJobStatus statusEquals)A filter that retrieves only transform jobs with a specific status.-
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
-
creationTimeAfter
ListTransformJobsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only transform jobs created after the specified time.
- Parameters:
creationTimeAfter- A filter that returns only transform jobs created after the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeBefore
ListTransformJobsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only transform jobs created before the specified time.
- Parameters:
creationTimeBefore- A filter that returns only transform jobs created before the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTimeAfter
ListTransformJobsRequest.Builder lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
A filter that returns only transform jobs modified after the specified time.
- Parameters:
lastModifiedTimeAfter- A filter that returns only transform jobs modified after the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTimeBefore
ListTransformJobsRequest.Builder lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
A filter that returns only transform jobs modified before the specified time.
- Parameters:
lastModifiedTimeBefore- A filter that returns only transform jobs modified before the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nameContains
ListTransformJobsRequest.Builder nameContains(String nameContains)
A string in the transform job name. This filter returns only transform jobs whose name contains the specified string.
- Parameters:
nameContains- A string in the transform job name. This filter returns only transform jobs whose name contains the specified string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusEquals
ListTransformJobsRequest.Builder statusEquals(String statusEquals)
A filter that retrieves only transform jobs with a specific status.
- Parameters:
statusEquals- A filter that retrieves only transform jobs with a specific status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TransformJobStatus,TransformJobStatus
-
statusEquals
ListTransformJobsRequest.Builder statusEquals(TransformJobStatus statusEquals)
A filter that retrieves only transform jobs with a specific status.
- Parameters:
statusEquals- A filter that retrieves only transform jobs with a specific status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TransformJobStatus,TransformJobStatus
-
sortBy
ListTransformJobsRequest.Builder sortBy(String sortBy)
The field to sort results by. The default is
CreationTime.
-
sortBy
ListTransformJobsRequest.Builder sortBy(SortBy sortBy)
The field to sort results by. The default is
CreationTime.
-
sortOrder
ListTransformJobsRequest.Builder sortOrder(String sortOrder)
The sort order for results. The default is
Descending.
-
sortOrder
ListTransformJobsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order for results. The default is
Descending.
-
nextToken
ListTransformJobsRequest.Builder nextToken(String nextToken)
If the result of the previous
ListTransformJobsrequest was truncated, the response includes aNextToken. To retrieve the next set of transform jobs, use the token in the next request.- Parameters:
nextToken- If the result of the previousListTransformJobsrequest was truncated, the response includes aNextToken. To retrieve the next set of transform jobs, use the token in the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListTransformJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of transform jobs to return in the response. The default value is
10.- Parameters:
maxResults- The maximum number of transform jobs to return in the response. The default value is10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTransformJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTransformJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-