Interface ListCollaborationTrainedModelsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsMlRequest.Builder,CopyableBuilder<ListCollaborationTrainedModelsRequest.Builder,ListCollaborationTrainedModelsRequest>,SdkBuilder<ListCollaborationTrainedModelsRequest.Builder,ListCollaborationTrainedModelsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListCollaborationTrainedModelsRequest
public static interface ListCollaborationTrainedModelsRequest.Builder extends CleanRoomsMlRequest.Builder, SdkPojo, CopyableBuilder<ListCollaborationTrainedModelsRequest.Builder,ListCollaborationTrainedModelsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCollaborationTrainedModelsRequest.BuildercollaborationIdentifier(String collaborationIdentifier)The collaboration ID of the collaboration that contains the trained models you are interested in.ListCollaborationTrainedModelsRequest.BuildermaxResults(Integer maxResults)The maximum size of the results that is returned per call.ListCollaborationTrainedModelsRequest.BuildernextToken(String nextToken)The token value retrieved from a previous call to access the next page of results.ListCollaborationTrainedModelsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCollaborationTrainedModelsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
ListCollaborationTrainedModelsRequest.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
ListCollaborationTrainedModelsRequest.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
ListCollaborationTrainedModelsRequest.Builder collaborationIdentifier(String collaborationIdentifier)
The collaboration ID of the collaboration that contains the trained models you are interested in.
- Parameters:
collaborationIdentifier- The collaboration ID of the collaboration that contains the trained models you are interested in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCollaborationTrainedModelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListCollaborationTrainedModelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-