Interface ListCollaborationTrainedModelExportJobsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CleanRoomsMlResponse.Builder
,CopyableBuilder<ListCollaborationTrainedModelExportJobsResponse.Builder,
,ListCollaborationTrainedModelExportJobsResponse> SdkBuilder<ListCollaborationTrainedModelExportJobsResponse.Builder,
,ListCollaborationTrainedModelExportJobsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListCollaborationTrainedModelExportJobsResponse
@Mutable
@NotThreadSafe
public static interface ListCollaborationTrainedModelExportJobsResponse.Builder
extends CleanRoomsMlResponse.Builder, SdkPojo, CopyableBuilder<ListCollaborationTrainedModelExportJobsResponse.Builder,ListCollaborationTrainedModelExportJobsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncollaborationTrainedModelExportJobs
(Collection<CollaborationTrainedModelExportJobSummary> collaborationTrainedModelExportJobs) The exports jobs that exist for the requested trained model in the requested collaboration.collaborationTrainedModelExportJobs
(Consumer<CollaborationTrainedModelExportJobSummary.Builder>... collaborationTrainedModelExportJobs) The exports jobs that exist for the requested trained model in the requested collaboration.collaborationTrainedModelExportJobs
(CollaborationTrainedModelExportJobSummary... collaborationTrainedModelExportJobs) The exports jobs that exist for the requested trained model in the requested collaboration.The token value used to access the next page of results.Methods inherited from interface software.amazon.awssdk.services.cleanroomsml.model.CleanRoomsMlResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
The 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.
-
collaborationTrainedModelExportJobs
ListCollaborationTrainedModelExportJobsResponse.Builder collaborationTrainedModelExportJobs(Collection<CollaborationTrainedModelExportJobSummary> collaborationTrainedModelExportJobs) The exports jobs that exist for the requested trained model in the requested collaboration.
- Parameters:
collaborationTrainedModelExportJobs
- The exports jobs that exist for the requested trained model in the requested collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationTrainedModelExportJobs
ListCollaborationTrainedModelExportJobsResponse.Builder collaborationTrainedModelExportJobs(CollaborationTrainedModelExportJobSummary... collaborationTrainedModelExportJobs) The exports jobs that exist for the requested trained model in the requested collaboration.
- Parameters:
collaborationTrainedModelExportJobs
- The exports jobs that exist for the requested trained model in the requested collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationTrainedModelExportJobs
ListCollaborationTrainedModelExportJobsResponse.Builder collaborationTrainedModelExportJobs(Consumer<CollaborationTrainedModelExportJobSummary.Builder>... collaborationTrainedModelExportJobs) The exports jobs that exist for the requested trained model in the requested collaboration.
This is a convenience method that creates an instance of theCollaborationTrainedModelExportJobSummary.Builder
avoiding the need to create one manually viaCollaborationTrainedModelExportJobSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocollaborationTrainedModelExportJobs(List<CollaborationTrainedModelExportJobSummary>)
.- Parameters:
collaborationTrainedModelExportJobs
- a consumer that will call methods onCollaborationTrainedModelExportJobSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-