Interface ListGroupsOlderThanOrderingIdResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListGroupsOlderThanOrderingIdResponse.Builder,ListGroupsOlderThanOrderingIdResponse>,KendraResponse.Builder,SdkBuilder<ListGroupsOlderThanOrderingIdResponse.Builder,ListGroupsOlderThanOrderingIdResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListGroupsOlderThanOrderingIdResponse
public static interface ListGroupsOlderThanOrderingIdResponse.Builder extends KendraResponse.Builder, SdkPojo, CopyableBuilder<ListGroupsOlderThanOrderingIdResponse.Builder,ListGroupsOlderThanOrderingIdResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListGroupsOlderThanOrderingIdResponse.BuildergroupsSummaries(Collection<GroupSummary> groupsSummaries)Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.ListGroupsOlderThanOrderingIdResponse.BuildergroupsSummaries(Consumer<GroupSummary.Builder>... groupsSummaries)Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.ListGroupsOlderThanOrderingIdResponse.BuildergroupsSummaries(GroupSummary... groupsSummaries)Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.ListGroupsOlderThanOrderingIdResponse.BuildernextToken(String nextToken)If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of groups that are mapped to users before a given ordering or timestamp identifier.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kendra.model.KendraResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
groupsSummaries
ListGroupsOlderThanOrderingIdResponse.Builder groupsSummaries(Collection<GroupSummary> groupsSummaries)
Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.
- Parameters:
groupsSummaries- Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupsSummaries
ListGroupsOlderThanOrderingIdResponse.Builder groupsSummaries(GroupSummary... groupsSummaries)
Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.
- Parameters:
groupsSummaries- Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupsSummaries
ListGroupsOlderThanOrderingIdResponse.Builder groupsSummaries(Consumer<GroupSummary.Builder>... groupsSummaries)
Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.
This is a convenience method that creates an instance of theGroupSummary.Builderavoiding the need to create one manually viaGroupSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#groupsSummaries(List.) - Parameters:
groupsSummaries- a consumer that will call methods onGroupSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#groupsSummaries(java.util.Collection)
-
nextToken
ListGroupsOlderThanOrderingIdResponse.Builder nextToken(String nextToken)
If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of groups that are mapped to users before a given ordering or timestamp identifier.
- Parameters:
nextToken- If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of groups that are mapped to users before a given ordering or timestamp identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-