Interface ListCollaborationTrainedModelExportJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsMlRequest.Builder,CopyableBuilder<ListCollaborationTrainedModelExportJobsRequest.Builder,ListCollaborationTrainedModelExportJobsRequest>,SdkBuilder<ListCollaborationTrainedModelExportJobsRequest.Builder,ListCollaborationTrainedModelExportJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListCollaborationTrainedModelExportJobsRequest
public static interface ListCollaborationTrainedModelExportJobsRequest.Builder extends CleanRoomsMlRequest.Builder, SdkPojo, CopyableBuilder<ListCollaborationTrainedModelExportJobsRequest.Builder,ListCollaborationTrainedModelExportJobsRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cleanroomsml.model.CleanRoomsMlRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
nextToken
ListCollaborationTrainedModelExportJobsRequest.Builder nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
- Parameters:
nextToken- The token value retrieved from a previous call to access the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListCollaborationTrainedModelExportJobsRequest.Builder maxResults(Integer maxResults)
The maximum size of the results that is returned per call.
- Parameters:
maxResults- The maximum size of the results that is returned per call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationIdentifier
ListCollaborationTrainedModelExportJobsRequest.Builder collaborationIdentifier(String collaborationIdentifier)
The collaboration ID of the collaboration that contains the trained model export jobs that you are interested in.
- Parameters:
collaborationIdentifier- The collaboration ID of the collaboration that contains the trained model export jobs that you are interested in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trainedModelArn
ListCollaborationTrainedModelExportJobsRequest.Builder trainedModelArn(String trainedModelArn)
The Amazon Resource Name (ARN) of the trained model that was used to create the export jobs that you are interested in.
- Parameters:
trainedModelArn- The Amazon Resource Name (ARN) of the trained model that was used to create the export jobs that you are interested in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCollaborationTrainedModelExportJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListCollaborationTrainedModelExportJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-