Interface ListDataTransformationProfileVersionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDataTransformationProfileVersionsResponse.Builder,,ListDataTransformationProfileVersionsResponse> HealthLakeResponse.Builder,SdkBuilder<ListDataTransformationProfileVersionsResponse.Builder,,ListDataTransformationProfileVersionsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListDataTransformationProfileVersionsResponse
@Mutable
@NotThreadSafe
public static interface ListDataTransformationProfileVersionsResponse.Builder
extends HealthLakeResponse.Builder, SdkPojo, CopyableBuilder<ListDataTransformationProfileVersionsResponse.Builder,ListDataTransformationProfileVersionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe list of data transformation profile version summaries.The list of data transformation profile version summaries.items(DataTransformationProfileVersionSummary... items) The list of data transformation profile version 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
ListDataTransformationProfileVersionsResponse.Builder items(Collection<DataTransformationProfileVersionSummary> items) The list of data transformation profile version summaries.
- Parameters:
items- The list of data transformation profile version summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListDataTransformationProfileVersionsResponse.Builder items(DataTransformationProfileVersionSummary... items) The list of data transformation profile version summaries.
- Parameters:
items- The list of data transformation profile version summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListDataTransformationProfileVersionsResponse.Builder items(Consumer<DataTransformationProfileVersionSummary.Builder>... items) The list of data transformation profile version summaries.
This is a convenience method that creates an instance of theDataTransformationProfileVersionSummary.Builderavoiding the need to create one manually viaDataTransformationProfileVersionSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<DataTransformationProfileVersionSummary>).- Parameters:
items- a consumer that will call methods onDataTransformationProfileVersionSummary.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.
-