public static interface UpdateActionRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateActionRequest.Builder,UpdateActionRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateActionRequest.Builder |
actionName(String actionName)
The name of the action to update.
|
UpdateActionRequest.Builder |
description(String description)
The new description for the action.
|
UpdateActionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateActionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateActionRequest.Builder |
properties(Map<String,String> properties)
The new list of properties.
|
UpdateActionRequest.Builder |
propertiesToRemove(Collection<String> propertiesToRemove)
A list of properties to remove.
|
UpdateActionRequest.Builder |
propertiesToRemove(String... propertiesToRemove)
A list of properties to remove.
|
UpdateActionRequest.Builder |
status(ActionStatus status)
The new status for the action.
|
UpdateActionRequest.Builder |
status(String status)
The new status for the action.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateActionRequest.Builder actionName(String actionName)
The name of the action to update.
actionName - The name of the action to update.UpdateActionRequest.Builder description(String description)
The new description for the action.
description - The new description for the action.UpdateActionRequest.Builder status(String status)
The new status for the action.
status - The new status for the action.ActionStatus,
ActionStatusUpdateActionRequest.Builder status(ActionStatus status)
The new status for the action.
status - The new status for the action.ActionStatus,
ActionStatusUpdateActionRequest.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.UpdateActionRequest.Builder propertiesToRemove(Collection<String> propertiesToRemove)
A list of properties to remove.
propertiesToRemove - A list of properties to remove.UpdateActionRequest.Builder propertiesToRemove(String... propertiesToRemove)
A list of properties to remove.
propertiesToRemove - A list of properties to remove.UpdateActionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateActionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.