Interface SsmActionDefinition.Builder

  • Method Details

    • actionSubType

      SsmActionDefinition.Builder actionSubType(String actionSubType)

      The action subType.

      Parameters:
      actionSubType - The action subType.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • actionSubType

      SsmActionDefinition.Builder actionSubType(ActionSubType actionSubType)

      The action subType.

      Parameters:
      actionSubType - The action subType.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • region

      The Region to run the SSM document.

      Parameters:
      region - The Region to run the SSM document.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceIds

      SsmActionDefinition.Builder instanceIds(Collection<String> instanceIds)

      The EC2 and RDS instance IDs.

      Parameters:
      instanceIds - The EC2 and RDS instance IDs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceIds

      SsmActionDefinition.Builder instanceIds(String... instanceIds)

      The EC2 and RDS instance IDs.

      Parameters:
      instanceIds - The EC2 and RDS instance IDs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.