Interface ListTrainingDatasetsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CleanRoomsMlResponse.Builder,- CopyableBuilder<ListTrainingDatasetsResponse.Builder,,- ListTrainingDatasetsResponse> - SdkBuilder<ListTrainingDatasetsResponse.Builder,,- ListTrainingDatasetsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListTrainingDatasetsResponse
@Mutable
@NotThreadSafe
public static interface ListTrainingDatasetsResponse.Builder
extends CleanRoomsMlResponse.Builder, SdkPojo, CopyableBuilder<ListTrainingDatasetsResponse.Builder,ListTrainingDatasetsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe token value used to access the next page of results.trainingDatasets(Collection<TrainingDatasetSummary> trainingDatasets) The training datasets that match the request.trainingDatasets(Consumer<TrainingDatasetSummary.Builder>... trainingDatasets) The training datasets that match the request.trainingDatasets(TrainingDatasetSummary... trainingDatasets) The training datasets that match the request.Methods inherited from interface software.amazon.awssdk.services.cleanroomsml.model.CleanRoomsMlResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
nextTokenThe token value used to access the next page of results. - Parameters:
- nextToken- The token value used to access the next page of results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
trainingDatasetsListTrainingDatasetsResponse.Builder trainingDatasets(Collection<TrainingDatasetSummary> trainingDatasets) The training datasets that match the request. - Parameters:
- trainingDatasets- The training datasets that match the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
trainingDatasetsThe training datasets that match the request. - Parameters:
- trainingDatasets- The training datasets that match the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
trainingDatasetsListTrainingDatasetsResponse.Builder trainingDatasets(Consumer<TrainingDatasetSummary.Builder>... trainingDatasets) The training datasets that match the request. This is a convenience method that creates an instance of theTrainingDatasetSummary.Builderavoiding the need to create one manually viaTrainingDatasetSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totrainingDatasets(List<TrainingDatasetSummary>).- Parameters:
- trainingDatasets- a consumer that will call methods on- TrainingDatasetSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-