Interface GetConfiguredModelAlgorithmAssociationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsMlRequest.Builder,CopyableBuilder<GetConfiguredModelAlgorithmAssociationRequest.Builder,GetConfiguredModelAlgorithmAssociationRequest>,SdkBuilder<GetConfiguredModelAlgorithmAssociationRequest.Builder,GetConfiguredModelAlgorithmAssociationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetConfiguredModelAlgorithmAssociationRequest
public static interface GetConfiguredModelAlgorithmAssociationRequest.Builder extends CleanRoomsMlRequest.Builder, SdkPojo, CopyableBuilder<GetConfiguredModelAlgorithmAssociationRequest.Builder,GetConfiguredModelAlgorithmAssociationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetConfiguredModelAlgorithmAssociationRequest.BuilderconfiguredModelAlgorithmAssociationArn(String configuredModelAlgorithmAssociationArn)The Amazon Resource Name (ARN) of the configured model algorithm association that you want to return information about.GetConfiguredModelAlgorithmAssociationRequest.BuildermembershipIdentifier(String membershipIdentifier)The membership ID of the member that created the configured model algorithm association.GetConfiguredModelAlgorithmAssociationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetConfiguredModelAlgorithmAssociationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cleanroomsml.model.CleanRoomsMlRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
configuredModelAlgorithmAssociationArn
GetConfiguredModelAlgorithmAssociationRequest.Builder configuredModelAlgorithmAssociationArn(String configuredModelAlgorithmAssociationArn)
The Amazon Resource Name (ARN) of the configured model algorithm association that you want to return information about.
- Parameters:
configuredModelAlgorithmAssociationArn- The Amazon Resource Name (ARN) of the configured model algorithm association that you want to return information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipIdentifier
GetConfiguredModelAlgorithmAssociationRequest.Builder membershipIdentifier(String membershipIdentifier)
The membership ID of the member that created the configured model algorithm association.
- Parameters:
membershipIdentifier- The membership ID of the member that created the configured model algorithm association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetConfiguredModelAlgorithmAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetConfiguredModelAlgorithmAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-