Interface UpdateActionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateActionRequest.Builder,UpdateActionRequest>,SageMakerRequest.Builder,SdkBuilder<UpdateActionRequest.Builder,UpdateActionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateActionRequest
public static interface UpdateActionRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateActionRequest.Builder,UpdateActionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateActionRequest.BuilderactionName(String actionName)The name of the action to update.UpdateActionRequest.Builderdescription(String description)The new description for the action.UpdateActionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateActionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateActionRequest.Builderproperties(Map<String,String> properties)The new list of properties.UpdateActionRequest.BuilderpropertiesToRemove(String... propertiesToRemove)A list of properties to remove.UpdateActionRequest.BuilderpropertiesToRemove(Collection<String> propertiesToRemove)A list of properties to remove.UpdateActionRequest.Builderstatus(String status)The new status for the action.UpdateActionRequest.Builderstatus(ActionStatus status)The new status for the action.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
actionName
UpdateActionRequest.Builder actionName(String actionName)
The name of the action to update.
- Parameters:
actionName- The name of the action to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateActionRequest.Builder description(String description)
The new description for the action.
- Parameters:
description- The new description for the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
UpdateActionRequest.Builder status(String status)
The new status for the action.
- Parameters:
status- The new status for the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionStatus,ActionStatus
-
status
UpdateActionRequest.Builder status(ActionStatus status)
The new status for the action.
- Parameters:
status- The new status for the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionStatus,ActionStatus
-
properties
UpdateActionRequest.Builder properties(Map<String,String> 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
UpdateActionRequest.Builder propertiesToRemove(Collection<String> 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
UpdateActionRequest.Builder propertiesToRemove(String... 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
UpdateActionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateActionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-