Interface UpdateActionRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateActionRequest.Builder,,- UpdateActionRequest> - SageMakerRequest.Builder,- SdkBuilder<UpdateActionRequest.Builder,,- UpdateActionRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateActionRequest
@Mutable
@NotThreadSafe
public static interface UpdateActionRequest.Builder
extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateActionRequest.Builder,UpdateActionRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionactionName(String actionName) The name of the action to update.description(String description) The new description for the action.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.The new status for the action.status(ActionStatus status) The new status for the action.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- 
actionNameThe 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.
 
- 
descriptionThe 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.
 
- 
statusThe 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:
 
- 
statusThe 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:
 
- 
propertiesThe 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.
 
- 
propertiesToRemoveA 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.
 
- 
propertiesToRemoveA 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.
 
- 
overrideConfigurationUpdateActionRequest.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.
 
- 
overrideConfigurationUpdateActionRequest.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.
 
 
-