public static final class RemoveAction.Builder extends Object implements CopyableBuilder<RemoveAction.Builder,RemoveAction>
RemoveAction
Modifier and Type | Method and Description |
---|---|
RemoveAction |
build()
Builds an
RemoveAction based on the values stored in this builder. |
RemoveAction.Builder |
expressionNames(Map<String,String> expressionNames)
Sets the optional 'expression names' token map, overriding any existing values.
|
RemoveAction.Builder |
path(String path)
A string expression representing the attribute to remove
|
RemoveAction.Builder |
putExpressionName(String key,
String value)
Adds a single element to the optional 'expression names' token map.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
copy
applyMutation
public RemoveAction.Builder path(String path)
public RemoveAction.Builder expressionNames(Map<String,String> expressionNames)
putExpressionName(String, String)
public RemoveAction.Builder putExpressionName(String key, String value)
expressionNames(Map)
public RemoveAction build()
RemoveAction
based on the values stored in this builder.build
in interface Buildable
build
in interface SdkBuilder<RemoveAction.Builder,RemoveAction>
Copyright © 2023. All rights reserved.