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