Interface GroupOrderingIdSummary.Builder

    • Method Detail

      • status

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

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