Interface GroupingStatusesItem.Builder

    • Method Detail

      • 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

        GroupingStatusesItem.Builder action​(String 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:
        GroupingType, GroupingType
      • action

        GroupingStatusesItem.Builder action​(GroupingType 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:
        GroupingType, GroupingType
      • status

        GroupingStatusesItem.Builder status​(String 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:
        GroupingStatus, GroupingStatus
      • status

        GroupingStatusesItem.Builder status​(GroupingStatus 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:
        GroupingStatus, GroupingStatus
      • 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.