Interface ListCollaborationConfiguredModelAlgorithmAssociationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CleanRoomsMlResponse.Builder,CopyableBuilder<ListCollaborationConfiguredModelAlgorithmAssociationsResponse.Builder,ListCollaborationConfiguredModelAlgorithmAssociationsResponse>,SdkBuilder<ListCollaborationConfiguredModelAlgorithmAssociationsResponse.Builder,ListCollaborationConfiguredModelAlgorithmAssociationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListCollaborationConfiguredModelAlgorithmAssociationsResponse
public static interface ListCollaborationConfiguredModelAlgorithmAssociationsResponse.Builder extends CleanRoomsMlResponse.Builder, SdkPojo, CopyableBuilder<ListCollaborationConfiguredModelAlgorithmAssociationsResponse.Builder,ListCollaborationConfiguredModelAlgorithmAssociationsResponse>
-
-
Method Summary
-
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 Detail
-
nextToken
ListCollaborationConfiguredModelAlgorithmAssociationsResponse.Builder nextToken(String 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.Builderavoiding the need to create one manually viaCollaborationConfiguredModelAlgorithmAssociationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#collaborationConfiguredModelAlgorithmAssociations(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:
#collaborationConfiguredModelAlgorithmAssociations(java.util.Collection< CollaborationConfiguredModelAlgorithmAssociationSummary>)
-
-