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 Summary
Modifier 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.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 Details
-
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.
-
collaborationConfiguredModelAlgorithmAssociations
ListCollaborationConfiguredModelAlgorithmAssociationsResponse.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.
-
collaborationConfiguredModelAlgorithmAssociations
ListCollaborationConfiguredModelAlgorithmAssociationsResponse.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.
-
collaborationConfiguredModelAlgorithmAssociations
ListCollaborationConfiguredModelAlgorithmAssociationsResponse.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.Builder
avoiding the need to create one manually viaCollaborationConfiguredModelAlgorithmAssociationSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocollaborationConfiguredModelAlgorithmAssociations(List<CollaborationConfiguredModelAlgorithmAssociationSummary>)
.- Parameters:
collaborationConfiguredModelAlgorithmAssociations
- a consumer that will call methods onCollaborationConfiguredModelAlgorithmAssociationSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-