Interface GroupOrderingIdSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GroupOrderingIdSummary.Builder,
,GroupOrderingIdSummary> SdkBuilder<GroupOrderingIdSummary.Builder,
,GroupOrderingIdSummary> SdkPojo
- Enclosing class:
GroupOrderingIdSummary
-
Method Summary
Modifier and TypeMethodDescriptionfailureReason
(String failureReason) The reason an action could not be processed.lastUpdatedAt
(Instant lastUpdatedAt) The Unix timestamp when an action was last updated.orderingId
(Long orderingId) The order in which actions should complete processing.receivedAt
(Instant receivedAt) The Unix timestamp when an action was received by Amazon Kendra.The current processing status of actions for mapping users to their groups.status
(PrincipalMappingStatus status) The current processing status of actions for mapping users to their groups.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
status
The current processing status of actions for mapping users to their groups. The status can be either
PROCESSING
,SUCCEEDED
,DELETING
,DELETED
, orFAILED
.- Parameters:
status
- The current processing status of actions for mapping users to their groups. The status can be eitherPROCESSING
,SUCCEEDED
,DELETING
,DELETED
, orFAILED
.- 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
, orFAILED
.- Parameters:
status
- The current processing status of actions for mapping users to their groups. The status can be eitherPROCESSING
,SUCCEEDED
,DELETING
,DELETED
, orFAILED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastUpdatedAt
The Unix timestamp when an action was last updated. An action can be a
PUT
orDELETE
action for mapping users to their groups.- Parameters:
lastUpdatedAt
- The Unix timestamp when an action was last updated. An action can be aPUT
orDELETE
action for mapping users to their groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
receivedAt
The Unix timestamp when an action was received by Amazon Kendra. An action can be a
PUT
orDELETE
action for mapping users to their groups.- Parameters:
receivedAt
- The Unix timestamp when an action was received by Amazon Kendra. An action can be aPUT
orDELETE
action for mapping users to their groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orderingId
The order in which actions should complete processing. An action can be a
PUT
orDELETE
action for mapping users to their groups.- Parameters:
orderingId
- The order in which actions should complete processing. An action can be aPUT
orDELETE
action for mapping users to their groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReason
The reason an action could not be processed. An action can be a
PUT
orDELETE
action for mapping users to their groups.- Parameters:
failureReason
- The reason an action could not be processed. An action can be aPUT
orDELETE
action for mapping users to their groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-