Interface ListCollaborationConfiguredModelAlgorithmAssociationsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CleanRoomsMlRequest.Builder,- CopyableBuilder<ListCollaborationConfiguredModelAlgorithmAssociationsRequest.Builder,,- ListCollaborationConfiguredModelAlgorithmAssociationsRequest> - SdkBuilder<ListCollaborationConfiguredModelAlgorithmAssociationsRequest.Builder,,- ListCollaborationConfiguredModelAlgorithmAssociationsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListCollaborationConfiguredModelAlgorithmAssociationsRequest
@Mutable
@NotThreadSafe
public static interface ListCollaborationConfiguredModelAlgorithmAssociationsRequest.Builder
extends CleanRoomsMlRequest.Builder, SdkPojo, CopyableBuilder<ListCollaborationConfiguredModelAlgorithmAssociationsRequest.Builder,ListCollaborationConfiguredModelAlgorithmAssociationsRequest> 
- 
Method SummaryModifier and TypeMethodDescriptioncollaborationIdentifier(String collaborationIdentifier) The collaboration ID of the collaboration that contains the configured model algorithm associations that you are interested in.maxResults(Integer maxResults) The maximum size of the results that is returned per call.The token value retrieved from a previous call to access the next page of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cleanroomsml.model.CleanRoomsMlRequest.BuilderbuildMethods 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, sdkFields
- 
Method Details- 
nextTokenThe 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.
 
- 
maxResultsThe 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.
 
- 
collaborationIdentifierListCollaborationConfiguredModelAlgorithmAssociationsRequest.Builder collaborationIdentifier(String collaborationIdentifier) The collaboration ID of the collaboration that contains the configured model algorithm associations that you are interested in. - Parameters:
- collaborationIdentifier- The collaboration ID of the collaboration that contains the configured model algorithm associations that you are interested in.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationListCollaborationConfiguredModelAlgorithmAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListCollaborationConfiguredModelAlgorithmAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-