Interface ListConfiguredModelAlgorithmAssociationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CleanRoomsMlResponse.Builder
,CopyableBuilder<ListConfiguredModelAlgorithmAssociationsResponse.Builder,
,ListConfiguredModelAlgorithmAssociationsResponse> SdkBuilder<ListConfiguredModelAlgorithmAssociationsResponse.Builder,
,ListConfiguredModelAlgorithmAssociationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListConfiguredModelAlgorithmAssociationsResponse
@Mutable
@NotThreadSafe
public static interface ListConfiguredModelAlgorithmAssociationsResponse.Builder
extends CleanRoomsMlResponse.Builder, SdkPojo, CopyableBuilder<ListConfiguredModelAlgorithmAssociationsResponse.Builder,ListConfiguredModelAlgorithmAssociationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconfiguredModelAlgorithmAssociations
(Collection<ConfiguredModelAlgorithmAssociationSummary> configuredModelAlgorithmAssociations) The list of configured model algorithm associations.configuredModelAlgorithmAssociations
(Consumer<ConfiguredModelAlgorithmAssociationSummary.Builder>... configuredModelAlgorithmAssociations) The list of configured model algorithm associations.configuredModelAlgorithmAssociations
(ConfiguredModelAlgorithmAssociationSummary... configuredModelAlgorithmAssociations) The list of configured model algorithm associations.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.
-
configuredModelAlgorithmAssociations
ListConfiguredModelAlgorithmAssociationsResponse.Builder configuredModelAlgorithmAssociations(Collection<ConfiguredModelAlgorithmAssociationSummary> configuredModelAlgorithmAssociations) The list of configured model algorithm associations.
- Parameters:
configuredModelAlgorithmAssociations
- The list of configured model algorithm associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuredModelAlgorithmAssociations
ListConfiguredModelAlgorithmAssociationsResponse.Builder configuredModelAlgorithmAssociations(ConfiguredModelAlgorithmAssociationSummary... configuredModelAlgorithmAssociations) The list of configured model algorithm associations.
- Parameters:
configuredModelAlgorithmAssociations
- The list of configured model algorithm associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuredModelAlgorithmAssociations
ListConfiguredModelAlgorithmAssociationsResponse.Builder configuredModelAlgorithmAssociations(Consumer<ConfiguredModelAlgorithmAssociationSummary.Builder>... configuredModelAlgorithmAssociations) The list of configured model algorithm associations.
This is a convenience method that creates an instance of theConfiguredModelAlgorithmAssociationSummary.Builder
avoiding the need to create one manually viaConfiguredModelAlgorithmAssociationSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconfiguredModelAlgorithmAssociations(List<ConfiguredModelAlgorithmAssociationSummary>)
.- Parameters:
configuredModelAlgorithmAssociations
- a consumer that will call methods onConfiguredModelAlgorithmAssociationSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-