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.Builder
description(String description)
The description of the experiment.UpdateExperimentRequest.Builder
displayName(String displayName)
The name of the experiment as displayed.UpdateExperimentRequest.Builder
experimentName(String experimentName)
The name of the experiment to update.UpdateExperimentRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
UpdateExperimentRequest.Builder
overrideConfiguration(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
DisplayName
isn't specified,ExperimentName
is displayed.- Parameters:
displayName
- The name of the experiment as displayed. The name doesn't need to be unique. IfDisplayName
isn't specified,ExperimentName
is 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:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateExperimentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-