Interface ListDataTransformationJobsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDataTransformationJobsResponse.Builder,,ListDataTransformationJobsResponse> HealthLakeResponse.Builder,SdkBuilder<ListDataTransformationJobsResponse.Builder,,ListDataTransformationJobsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListDataTransformationJobsResponse
@Mutable
@NotThreadSafe
public static interface ListDataTransformationJobsResponse.Builder
extends HealthLakeResponse.Builder, SdkPojo, CopyableBuilder<ListDataTransformationJobsResponse.Builder,ListDataTransformationJobsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionitems(Collection<TransformationJobSummary> items) The list of data transformation job summaries.items(Consumer<TransformationJobSummary.Builder>... items) The list of data transformation job summaries.items(TransformationJobSummary... items) The list of data transformation job summaries.The pagination token to use in the next request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.healthlake.model.HealthLakeResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
items
The list of data transformation job summaries.
- Parameters:
items- The list of data transformation job summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The list of data transformation job summaries.
- Parameters:
items- The list of data transformation job summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListDataTransformationJobsResponse.Builder items(Consumer<TransformationJobSummary.Builder>... items) The list of data transformation job summaries.
This is a convenience method that creates an instance of theTransformationJobSummary.Builderavoiding the need to create one manually viaTransformationJobSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<TransformationJobSummary>).- Parameters:
items- a consumer that will call methods onTransformationJobSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The pagination token to use in the next request. If this value is
null, there are no more results.- Parameters:
nextToken- The pagination token to use in the next request. If this value isnull, there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-