Interface ListCollaborationConfiguredModelAlgorithmAssociationsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CleanRoomsMlResponse.Builder,- CopyableBuilder<ListCollaborationConfiguredModelAlgorithmAssociationsResponse.Builder,,- ListCollaborationConfiguredModelAlgorithmAssociationsResponse> - SdkBuilder<ListCollaborationConfiguredModelAlgorithmAssociationsResponse.Builder,,- ListCollaborationConfiguredModelAlgorithmAssociationsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListCollaborationConfiguredModelAlgorithmAssociationsResponse
@Mutable
@NotThreadSafe
public static interface ListCollaborationConfiguredModelAlgorithmAssociationsResponse.Builder
extends CleanRoomsMlResponse.Builder, SdkPojo, CopyableBuilder<ListCollaborationConfiguredModelAlgorithmAssociationsResponse.Builder,ListCollaborationConfiguredModelAlgorithmAssociationsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptioncollaborationConfiguredModelAlgorithmAssociations(Collection<CollaborationConfiguredModelAlgorithmAssociationSummary> collaborationConfiguredModelAlgorithmAssociations) The configured model algorithm associations that belong to this collaboration.collaborationConfiguredModelAlgorithmAssociations(Consumer<CollaborationConfiguredModelAlgorithmAssociationSummary.Builder>... collaborationConfiguredModelAlgorithmAssociations) The configured model algorithm associations that belong to this collaboration.collaborationConfiguredModelAlgorithmAssociations(CollaborationConfiguredModelAlgorithmAssociationSummary... collaborationConfiguredModelAlgorithmAssociations) The configured model algorithm associations that belong to this collaboration.The token value used to access the next page of results.Methods inherited from interface software.amazon.awssdk.services.cleanroomsml.model.CleanRoomsMlResponse.Builderbuild, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
nextTokenThe 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.
 
- 
collaborationConfiguredModelAlgorithmAssociationsListCollaborationConfiguredModelAlgorithmAssociationsResponse.Builder collaborationConfiguredModelAlgorithmAssociations(Collection<CollaborationConfiguredModelAlgorithmAssociationSummary> collaborationConfiguredModelAlgorithmAssociations) The configured model algorithm associations that belong to this collaboration. - Parameters:
- collaborationConfiguredModelAlgorithmAssociations- The configured model algorithm associations that belong to this collaboration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
collaborationConfiguredModelAlgorithmAssociationsListCollaborationConfiguredModelAlgorithmAssociationsResponse.Builder collaborationConfiguredModelAlgorithmAssociations(CollaborationConfiguredModelAlgorithmAssociationSummary... collaborationConfiguredModelAlgorithmAssociations) The configured model algorithm associations that belong to this collaboration. - Parameters:
- collaborationConfiguredModelAlgorithmAssociations- The configured model algorithm associations that belong to this collaboration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
collaborationConfiguredModelAlgorithmAssociationsListCollaborationConfiguredModelAlgorithmAssociationsResponse.Builder collaborationConfiguredModelAlgorithmAssociations(Consumer<CollaborationConfiguredModelAlgorithmAssociationSummary.Builder>... collaborationConfiguredModelAlgorithmAssociations) The configured model algorithm associations that belong to this collaboration. This is a convenience method that creates an instance of theCollaborationConfiguredModelAlgorithmAssociationSummary.Builderavoiding the need to create one manually viaCollaborationConfiguredModelAlgorithmAssociationSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocollaborationConfiguredModelAlgorithmAssociations(List<CollaborationConfiguredModelAlgorithmAssociationSummary>).- Parameters:
- collaborationConfiguredModelAlgorithmAssociations- a consumer that will call methods on- CollaborationConfiguredModelAlgorithmAssociationSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-