Interface ListCollaborationTrainedModelExportJobsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CleanRoomsMlResponse.Builder,CopyableBuilder<ListCollaborationTrainedModelExportJobsResponse.Builder,ListCollaborationTrainedModelExportJobsResponse>,SdkBuilder<ListCollaborationTrainedModelExportJobsResponse.Builder,ListCollaborationTrainedModelExportJobsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListCollaborationTrainedModelExportJobsResponse
public static interface ListCollaborationTrainedModelExportJobsResponse.Builder extends CleanRoomsMlResponse.Builder, SdkPojo, CopyableBuilder<ListCollaborationTrainedModelExportJobsResponse.Builder,ListCollaborationTrainedModelExportJobsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCollaborationTrainedModelExportJobsResponse.BuildercollaborationTrainedModelExportJobs(Collection<CollaborationTrainedModelExportJobSummary> collaborationTrainedModelExportJobs)The exports jobs that exist for the requested trained model in the requested collaboration.ListCollaborationTrainedModelExportJobsResponse.BuildercollaborationTrainedModelExportJobs(Consumer<CollaborationTrainedModelExportJobSummary.Builder>... collaborationTrainedModelExportJobs)The exports jobs that exist for the requested trained model in the requested collaboration.ListCollaborationTrainedModelExportJobsResponse.BuildercollaborationTrainedModelExportJobs(CollaborationTrainedModelExportJobSummary... collaborationTrainedModelExportJobs)The exports jobs that exist for the requested trained model in the requested collaboration.ListCollaborationTrainedModelExportJobsResponse.BuildernextToken(String nextToken)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 Detail
-
nextToken
ListCollaborationTrainedModelExportJobsResponse.Builder nextToken(String 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.Builderavoiding the need to create one manually viaCollaborationTrainedModelExportJobSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#collaborationTrainedModelExportJobs(List.) - 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:
#collaborationTrainedModelExportJobs(java.util.Collection)
-
-