Interface UpdateExperimentRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateExperimentRequest.Builder,,- UpdateExperimentRequest> - SageMakerRequest.Builder,- SdkBuilder<UpdateExperimentRequest.Builder,,- UpdateExperimentRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateExperimentRequest
@Mutable
@NotThreadSafe
public static interface UpdateExperimentRequest.Builder
extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateExperimentRequest.Builder,UpdateExperimentRequest> 
- 
Method SummaryModifier and TypeMethodDescriptiondescription(String description) The description of the experiment.displayName(String displayName) The name of the experiment as displayed.experimentName(String experimentName) The name of the experiment to update.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
experimentNameThe 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.
 
- 
displayNameThe 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. If- DisplayNameisn't specified,- ExperimentNameis displayed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionThe 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.
 
- 
overrideConfigurationUpdateExperimentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateExperimentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-