Interface ActionDefinition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ActionDefinition.Builder,ActionDefinition>,SdkBuilder<ActionDefinition.Builder,ActionDefinition>,SdkPojo
- Enclosing class:
- ActionDefinition
public static interface ActionDefinition.Builder extends SdkPojo, CopyableBuilder<ActionDefinition.Builder,ActionDefinition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionDefinition.BuilderactionDefinitionId(String actionDefinitionId)The ID of the action definition.ActionDefinition.BuilderactionName(String actionName)The name of the action definition.ActionDefinition.BuilderactionType(String actionType)The type of the action definition.-
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, sdkFields
-
-
-
-
Method Detail
-
actionDefinitionId
ActionDefinition.Builder actionDefinitionId(String actionDefinitionId)
The ID of the action definition.
- Parameters:
actionDefinitionId- The ID of the action definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionName
ActionDefinition.Builder actionName(String actionName)
The name of the action definition.
- Parameters:
actionName- The name of the action definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionType
ActionDefinition.Builder actionType(String actionType)
The type of the action definition.
- Parameters:
actionType- The type of the action definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-