Interface GroupingStatusesItem.Builder

  • Method Details

    • resourceArn

      GroupingStatusesItem.Builder resourceArn(String resourceArn)

      The Amazon resource name (ARN) of a resource.

      Parameters:
      resourceArn - The Amazon resource name (ARN) of a resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • action

      Describes the resource grouping action with values of GROUP or UNGROUP.

      Parameters:
      action - Describes the resource grouping action with values of GROUP or UNGROUP.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • action

      Describes the resource grouping action with values of GROUP or UNGROUP.

      Parameters:
      action - Describes the resource grouping action with values of GROUP or UNGROUP.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Describes the resource grouping status with values of SUCCESS, FAILED, IN_PROGRESS, or SKIPPED.

      Parameters:
      status - Describes the resource grouping status with values of SUCCESS, FAILED, IN_PROGRESS, or SKIPPED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Describes the resource grouping status with values of SUCCESS, FAILED, IN_PROGRESS, or SKIPPED.

      Parameters:
      status - Describes the resource grouping status with values of SUCCESS, FAILED, IN_PROGRESS, or SKIPPED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorMessage

      GroupingStatusesItem.Builder errorMessage(String errorMessage)

      A message that explains the ErrorCode.

      Parameters:
      errorMessage - A message that explains the ErrorCode.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorCode

      GroupingStatusesItem.Builder errorCode(String errorCode)

      Specifies the error code that was raised.

      Parameters:
      errorCode - Specifies the error code that was raised.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      GroupingStatusesItem.Builder updatedAt(Instant updatedAt)

      A timestamp of when the status was last updated.

      Parameters:
      updatedAt - A timestamp of when the status was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.