public static interface GroupOrderingIdSummary.Builder extends SdkPojo, CopyableBuilder<GroupOrderingIdSummary.Builder,GroupOrderingIdSummary>
| Modifier and Type | Method and Description |
|---|---|
GroupOrderingIdSummary.Builder |
failureReason(String failureReason)
The reason an action could not be processed.
|
GroupOrderingIdSummary.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The Unix timestamp when an action was last updated.
|
GroupOrderingIdSummary.Builder |
orderingId(Long orderingId)
The order in which actions should complete processing.
|
GroupOrderingIdSummary.Builder |
receivedAt(Instant receivedAt)
The Unix timestamp when an action was received by Amazon Kendra.
|
GroupOrderingIdSummary.Builder |
status(PrincipalMappingStatus status)
The current processing status of actions for mapping users to their groups.
|
GroupOrderingIdSummary.Builder |
status(String status)
The current processing status of actions for mapping users to their groups.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGroupOrderingIdSummary.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.
status - The current processing status of actions for mapping users to their groups. The status can be either
PROCESSING, SUCCEEDED, DELETING, DELETED, or
FAILED.PrincipalMappingStatus,
PrincipalMappingStatusGroupOrderingIdSummary.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.
status - The current processing status of actions for mapping users to their groups. The status can be either
PROCESSING, SUCCEEDED, DELETING, DELETED, or
FAILED.PrincipalMappingStatus,
PrincipalMappingStatusGroupOrderingIdSummary.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.
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.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.
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.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.
orderingId - The order in which actions should complete processing. An action can be a PUT or
DELETE action for mapping users to their groups.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.
failureReason - The reason an action could not be processed. An action can be a PUT or
DELETE action for mapping users to their groups.Copyright © 2023. All rights reserved.