Interface AssociateTrialComponentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AssociateTrialComponentResponse.Builder,AssociateTrialComponentResponse>,SageMakerResponse.Builder,SdkBuilder<AssociateTrialComponentResponse.Builder,AssociateTrialComponentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- AssociateTrialComponentResponse
public static interface AssociateTrialComponentResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<AssociateTrialComponentResponse.Builder,AssociateTrialComponentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateTrialComponentResponse.BuildertrialArn(String trialArn)The Amazon Resource Name (ARN) of the trial.AssociateTrialComponentResponse.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
AssociateTrialComponentResponse.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
AssociateTrialComponentResponse.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.
-
-