Interface DisassociateTrialComponentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DisassociateTrialComponentResponse.Builder,DisassociateTrialComponentResponse>,SageMakerResponse.Builder,SdkBuilder<DisassociateTrialComponentResponse.Builder,DisassociateTrialComponentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DisassociateTrialComponentResponse
public static interface DisassociateTrialComponentResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DisassociateTrialComponentResponse.Builder,DisassociateTrialComponentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateTrialComponentResponse.BuildertrialArn(String trialArn)The Amazon Resource Name (ARN) of the trial.DisassociateTrialComponentResponse.BuildertrialComponentArn(String trialComponentArn)The Amazon Resource Name (ARN) of the trial component.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
trialComponentArn
DisassociateTrialComponentResponse.Builder trialComponentArn(String trialComponentArn)
The Amazon Resource Name (ARN) of the trial component.
- Parameters:
trialComponentArn- The Amazon Resource Name (ARN) of the trial component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trialArn
DisassociateTrialComponentResponse.Builder trialArn(String trialArn)
The Amazon Resource Name (ARN) of the trial.
- Parameters:
trialArn- The Amazon Resource Name (ARN) of the trial.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-