Interface ListExperienceEntitiesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListExperienceEntitiesResponse.Builder,ListExperienceEntitiesResponse>,KendraResponse.Builder,SdkBuilder<ListExperienceEntitiesResponse.Builder,ListExperienceEntitiesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListExperienceEntitiesResponse
public static interface ListExperienceEntitiesResponse.Builder extends KendraResponse.Builder, SdkPojo, CopyableBuilder<ListExperienceEntitiesResponse.Builder,ListExperienceEntitiesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListExperienceEntitiesResponse.BuildernextToken(String nextToken)If the response is truncated, Amazon Kendra returns this token, which you can use in a later request to retrieve the next set of users or groups.ListExperienceEntitiesResponse.BuildersummaryItems(Collection<ExperienceEntitiesSummary> summaryItems)An array of summary information for one or more users or groups.ListExperienceEntitiesResponse.BuildersummaryItems(Consumer<ExperienceEntitiesSummary.Builder>... summaryItems)An array of summary information for one or more users or groups.ListExperienceEntitiesResponse.BuildersummaryItems(ExperienceEntitiesSummary... summaryItems)An array of summary information for one or more users or groups.-
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
-
summaryItems
ListExperienceEntitiesResponse.Builder summaryItems(Collection<ExperienceEntitiesSummary> summaryItems)
An array of summary information for one or more users or groups.
- Parameters:
summaryItems- An array of summary information for one or more users or groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaryItems
ListExperienceEntitiesResponse.Builder summaryItems(ExperienceEntitiesSummary... summaryItems)
An array of summary information for one or more users or groups.
- Parameters:
summaryItems- An array of summary information for one or more users or groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaryItems
ListExperienceEntitiesResponse.Builder summaryItems(Consumer<ExperienceEntitiesSummary.Builder>... summaryItems)
An array of summary information for one or more users or groups.
This is a convenience method that creates an instance of theExperienceEntitiesSummary.Builderavoiding the need to create one manually viaExperienceEntitiesSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#summaryItems(List.) - Parameters:
summaryItems- a consumer that will call methods onExperienceEntitiesSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#summaryItems(java.util.Collection)
-
nextToken
ListExperienceEntitiesResponse.Builder nextToken(String nextToken)
If the response is truncated, Amazon Kendra returns this token, which you can use in a later request to retrieve the next set of users or groups.
- Parameters:
nextToken- If the response is truncated, Amazon Kendra returns this token, which you can use in a later request to retrieve the next set of users or groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-