public static interface DisassociateTrialComponentResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DisassociateTrialComponentResponse.Builder,DisassociateTrialComponentResponse>
Modifier and Type | Method and Description |
---|---|
DisassociateTrialComponentResponse.Builder |
trialArn(String trialArn)
The Amazon Resource Name (ARN) of the trial.
|
DisassociateTrialComponentResponse.Builder |
trialComponentArn(String trialComponentArn)
The ARN of the trial component.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DisassociateTrialComponentResponse.Builder trialComponentArn(String trialComponentArn)
The ARN of the trial component.
trialComponentArn
- The ARN of the trial component.DisassociateTrialComponentResponse.Builder trialArn(String trialArn)
The Amazon Resource Name (ARN) of the trial.
trialArn
- The Amazon Resource Name (ARN) of the trial.Copyright © 2022. All rights reserved.