Interface CancelTrainedModelRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CleanRoomsMlRequest.Builder
,CopyableBuilder<CancelTrainedModelRequest.Builder,
,CancelTrainedModelRequest> SdkBuilder<CancelTrainedModelRequest.Builder,
,CancelTrainedModelRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CancelTrainedModelRequest
@Mutable
@NotThreadSafe
public static interface CancelTrainedModelRequest.Builder
extends CleanRoomsMlRequest.Builder, SdkPojo, CopyableBuilder<CancelTrainedModelRequest.Builder,CancelTrainedModelRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmembershipIdentifier
(String membershipIdentifier) The membership ID of the trained model job that you want to cancel.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.trainedModelArn
(String trainedModelArn) The Amazon Resource Name (ARN) of the trained model job that you want to cancel.versionIdentifier
(String versionIdentifier) The version identifier of the trained model to cancel.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 Details
-
membershipIdentifier
The membership ID of the trained model job that you want to cancel.
- Parameters:
membershipIdentifier
- The membership ID of the trained model job that you want to cancel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trainedModelArn
The Amazon Resource Name (ARN) of the trained model job that you want to cancel.
- Parameters:
trainedModelArn
- The Amazon Resource Name (ARN) of the trained model job that you want to cancel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionIdentifier
The version identifier of the trained model to cancel. This parameter allows you to specify which version of the trained model you want to cancel when multiple versions exist.
If
versionIdentifier
is not specified, the base model will be cancelled.- Parameters:
versionIdentifier
- The version identifier of the trained model to cancel. This parameter allows you to specify which version of the trained model you want to cancel when multiple versions exist.If
versionIdentifier
is not specified, the base model will be cancelled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CancelTrainedModelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CancelTrainedModelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-