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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GroupOrderingIdSummary.BuilderfailureReason(String failureReason)The reason an action could not be processed.GroupOrderingIdSummary.BuilderlastUpdatedAt(Instant lastUpdatedAt)The Unix timestamp when an action was last updated.GroupOrderingIdSummary.BuilderorderingId(Long orderingId)The order in which actions should complete processing.GroupOrderingIdSummary.BuilderreceivedAt(Instant receivedAt)The Unix timestamp when an action was received by Amazon Kendra.GroupOrderingIdSummary.Builderstatus(String status)The current processing status of actions for mapping users to their groups.GroupOrderingIdSummary.Builderstatus(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 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, 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:
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, 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:
PrincipalMappingStatus,PrincipalMappingStatus
-
lastUpdatedAt
GroupOrderingIdSummary.Builder lastUpdatedAt(Instant lastUpdatedAt)
The Unix timestamp when an action was last updated. An action can be a
PUTorDELETEaction for mapping users to their groups.- Parameters:
lastUpdatedAt- The Unix timestamp when an action was last updated. An action can be aPUTorDELETEaction 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
PUTorDELETEaction for mapping users to their groups.- Parameters:
receivedAt- The Unix timestamp when an action was received by Amazon Kendra. An action can be aPUTorDELETEaction 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
PUTorDELETEaction for mapping users to their groups.- Parameters:
orderingId- The order in which actions should complete processing. An action can be aPUTorDELETEaction 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
PUTorDELETEaction for mapping users to their groups.- Parameters:
failureReason- The reason an action could not be processed. An action can be aPUTorDELETEaction for mapping users to their groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-