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