Interface ListDataTransformationJobsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDataTransformationJobsRequest.Builder,,ListDataTransformationJobsRequest> HealthLakeRequest.Builder,SdkBuilder<ListDataTransformationJobsRequest.Builder,,ListDataTransformationJobsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListDataTransformationJobsRequest
@Mutable
@NotThreadSafe
public static interface ListDataTransformationJobsRequest.Builder
extends HealthLakeRequest.Builder, SdkPojo, CopyableBuilder<ListDataTransformationJobsRequest.Builder,ListDataTransformationJobsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionFilters the results to include only jobs with the specified name.Filters the results to include only jobs with the specified status.jobStatus(TransformationJobStatus jobStatus) Filters the results to include only jobs with the specified status.maxResults(Integer maxResults) The maximum number of jobs to return per page.The pagination token from a previous response.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.submittedAfter(Instant submittedAfter) Filters the results to include only jobs submitted at or after this timestamp.submittedBefore(Instant submittedBefore) Filters the results to include only jobs submitted at or before this timestamp.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.healthlake.model.HealthLakeRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
maxResults
The maximum number of jobs to return per page. If you don't specify a value, the service returns up to 100 results.
- Parameters:
maxResults- The maximum number of jobs to return per page. If you don't specify a value, the service returns up to 100 results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The pagination token from a previous response. Pass this value to retrieve the next page of results.
- Parameters:
nextToken- The pagination token from a previous response. Pass this value to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobStatus
Filters the results to include only jobs with the specified status.
- Parameters:
jobStatus- Filters the results to include only jobs with the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobStatus
Filters the results to include only jobs with the specified status.
- Parameters:
jobStatus- Filters the results to include only jobs with the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobName
Filters the results to include only jobs with the specified name.
- Parameters:
jobName- Filters the results to include only jobs with the specified name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
submittedAfter
Filters the results to include only jobs submitted at or after this timestamp.
- Parameters:
submittedAfter- Filters the results to include only jobs submitted at or after this timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
submittedBefore
Filters the results to include only jobs submitted at or before this timestamp.
- Parameters:
submittedBefore- Filters the results to include only jobs submitted at or before this timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDataTransformationJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListDataTransformationJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-