Interface UpdateContextRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<UpdateContextRequest.Builder,,UpdateContextRequest> SageMakerRequest.Builder,SdkBuilder<UpdateContextRequest.Builder,,UpdateContextRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 UpdateContextRequest
public static interface UpdateContextRequest.Builder
extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateContextRequest.Builder,UpdateContextRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptioncontextName(String contextName) The name of the context to update.description(String description) The new description for the context.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.properties(Map<String, String> properties) The new list of properties.propertiesToRemove(String... propertiesToRemove) A list of properties to remove.propertiesToRemove(Collection<String> propertiesToRemove) A list of properties to remove.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
contextName
The name of the context to update.
- Parameters:
 contextName- The name of the context to update.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
description
The new description for the context.
- Parameters:
 description- The new description for the context.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
properties
The new list of properties. Overwrites the current property list.
- Parameters:
 properties- The new list of properties. Overwrites the current property list.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
propertiesToRemove
A list of properties to remove.
- Parameters:
 propertiesToRemove- A list of properties to remove.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
propertiesToRemove
A list of properties to remove.
- Parameters:
 propertiesToRemove- A list of properties to remove.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
UpdateContextRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
UpdateContextRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -