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 Details

    • 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.