public static interface UpdateContextRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateContextRequest.Builder,UpdateContextRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateContextRequest.Builder |
contextName(String contextName)
The name of the context to update.
|
UpdateContextRequest.Builder |
description(String description)
The new description for the context.
|
UpdateContextRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateContextRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateContextRequest.Builder |
properties(Map<String,String> properties)
The new list of properties.
|
UpdateContextRequest.Builder |
propertiesToRemove(Collection<String> propertiesToRemove)
A list of properties to remove.
|
UpdateContextRequest.Builder |
propertiesToRemove(String... propertiesToRemove)
A list of properties to remove.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateContextRequest.Builder contextName(String contextName)
The name of the context to update.
contextName - The name of the context to update.UpdateContextRequest.Builder description(String description)
The new description for the context.
description - The new description for the context.UpdateContextRequest.Builder properties(Map<String,String> properties)
The new list of properties. Overwrites the current property list.
properties - The new list of properties. Overwrites the current property list.UpdateContextRequest.Builder propertiesToRemove(Collection<String> propertiesToRemove)
A list of properties to remove.
propertiesToRemove - A list of properties to remove.UpdateContextRequest.Builder propertiesToRemove(String... propertiesToRemove)
A list of properties to remove.
propertiesToRemove - A list of properties to remove.UpdateContextRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateContextRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.