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