Interface RecommendedAction.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RecommendedAction.Builder,
,RecommendedAction> SdkBuilder<RecommendedAction.Builder,
,RecommendedAction> SdkPojo
- Enclosing class:
RecommendedAction
@Mutable
@NotThreadSafe
public static interface RecommendedAction.Builder
extends SdkPojo, CopyableBuilder<RecommendedAction.Builder,RecommendedAction>
-
Method Summary
Modifier and TypeMethodDescriptionThe command to run.The database name to perform the action on.The specific instruction about the command.The type of command.type
(RecommendedActionType type) The type of command.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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 Details
-
text
The specific instruction about the command.
- Parameters:
text
- The specific instruction about the command.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
database
The database name to perform the action on. Only applicable if the type of command is SQL.
- Parameters:
database
- The database name to perform the action on. Only applicable if the type of command is SQL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
command
The command to run.
- Parameters:
command
- The command to run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of command.
- Parameters:
type
- The type of command.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of command.
- Parameters:
type
- The type of command.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-