Interface UpdateExperimentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateExperimentRequest.Builder,UpdateExperimentRequest>,SageMakerRequest.Builder,SdkBuilder<UpdateExperimentRequest.Builder,UpdateExperimentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateExperimentRequest
public static interface UpdateExperimentRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateExperimentRequest.Builder,UpdateExperimentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateExperimentRequest.Builderdescription(String description)The description of the experiment.UpdateExperimentRequest.BuilderdisplayName(String displayName)The name of the experiment as displayed.UpdateExperimentRequest.BuilderexperimentName(String experimentName)The name of the experiment to update.UpdateExperimentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateExperimentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
experimentName
UpdateExperimentRequest.Builder experimentName(String experimentName)
The name of the experiment to update.
- Parameters:
experimentName- The name of the experiment to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
UpdateExperimentRequest.Builder displayName(String displayName)
The name of the experiment as displayed. The name doesn't need to be unique. If
DisplayNameisn't specified,ExperimentNameis displayed.- Parameters:
displayName- The name of the experiment as displayed. The name doesn't need to be unique. IfDisplayNameisn't specified,ExperimentNameis displayed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateExperimentRequest.Builder description(String description)
The description of the experiment.
- Parameters:
description- The description of the experiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateExperimentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateExperimentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-