Interface GroupOrderingIdSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<GroupOrderingIdSummary.Builder,GroupOrderingIdSummary>, SdkBuilder<GroupOrderingIdSummary.Builder,GroupOrderingIdSummary>, SdkPojo
Enclosing class:
GroupOrderingIdSummary

public static interface GroupOrderingIdSummary.Builder extends SdkPojo, CopyableBuilder<GroupOrderingIdSummary.Builder,GroupOrderingIdSummary>
  • Method Details

    • status

      The current processing status of actions for mapping users to their groups. The status can be either PROCESSING, SUCCEEDED, DELETING, DELETED, or FAILED.

      Parameters:
      status - The current processing status of actions for mapping users to their groups. The status can be either PROCESSING, SUCCEEDED, DELETING, DELETED, or FAILED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current processing status of actions for mapping users to their groups. The status can be either PROCESSING, SUCCEEDED, DELETING, DELETED, or FAILED.

      Parameters:
      status - The current processing status of actions for mapping users to their groups. The status can be either PROCESSING, SUCCEEDED, DELETING, DELETED, or FAILED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • lastUpdatedAt

      GroupOrderingIdSummary.Builder lastUpdatedAt(Instant lastUpdatedAt)

      The Unix timestamp when an action was last updated. An action can be a PUT or DELETE action for mapping users to their groups.

      Parameters:
      lastUpdatedAt - The Unix timestamp when an action was last updated. An action can be a PUT or DELETE action for mapping users to their groups.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • receivedAt

      GroupOrderingIdSummary.Builder receivedAt(Instant receivedAt)

      The Unix timestamp when an action was received by Amazon Kendra. An action can be a PUT or DELETE action for mapping users to their groups.

      Parameters:
      receivedAt - The Unix timestamp when an action was received by Amazon Kendra. An action can be a PUT or DELETE action for mapping users to their groups.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • orderingId

      GroupOrderingIdSummary.Builder orderingId(Long orderingId)

      The order in which actions should complete processing. An action can be a PUT or DELETE action for mapping users to their groups.

      Parameters:
      orderingId - The order in which actions should complete processing. An action can be a PUT or DELETE action for mapping users to their groups.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failureReason

      GroupOrderingIdSummary.Builder failureReason(String failureReason)

      The reason an action could not be processed. An action can be a PUT or DELETE action for mapping users to their groups.

      Parameters:
      failureReason - The reason an action could not be processed. An action can be a PUT or DELETE action for mapping users to their groups.
      Returns:
      Returns a reference to this object so that method calls can be chained together.