Interface ListConfiguredModelAlgorithmAssociationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CleanRoomsMlResponse.Builder,CopyableBuilder<ListConfiguredModelAlgorithmAssociationsResponse.Builder,ListConfiguredModelAlgorithmAssociationsResponse>,SdkBuilder<ListConfiguredModelAlgorithmAssociationsResponse.Builder,ListConfiguredModelAlgorithmAssociationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListConfiguredModelAlgorithmAssociationsResponse
public static interface ListConfiguredModelAlgorithmAssociationsResponse.Builder extends CleanRoomsMlResponse.Builder, SdkPojo, CopyableBuilder<ListConfiguredModelAlgorithmAssociationsResponse.Builder,ListConfiguredModelAlgorithmAssociationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListConfiguredModelAlgorithmAssociationsResponse.BuilderconfiguredModelAlgorithmAssociations(Collection<ConfiguredModelAlgorithmAssociationSummary> configuredModelAlgorithmAssociations)The list of configured model algorithm associations.ListConfiguredModelAlgorithmAssociationsResponse.BuilderconfiguredModelAlgorithmAssociations(Consumer<ConfiguredModelAlgorithmAssociationSummary.Builder>... configuredModelAlgorithmAssociations)The list of configured model algorithm associations.ListConfiguredModelAlgorithmAssociationsResponse.BuilderconfiguredModelAlgorithmAssociations(ConfiguredModelAlgorithmAssociationSummary... configuredModelAlgorithmAssociations)The list of configured model algorithm associations.ListConfiguredModelAlgorithmAssociationsResponse.BuildernextToken(String nextToken)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 Detail
-
nextToken
ListConfiguredModelAlgorithmAssociationsResponse.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.
-
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.Builderavoiding the need to create one manually viaConfiguredModelAlgorithmAssociationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#configuredModelAlgorithmAssociations(List.) - 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:
#configuredModelAlgorithmAssociations(java.util.Collection)
-
-