Interface AssociateEntitiesToExperienceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<AssociateEntitiesToExperienceResponse.Builder,
,AssociateEntitiesToExperienceResponse> KendraResponse.Builder
,SdkBuilder<AssociateEntitiesToExperienceResponse.Builder,
,AssociateEntitiesToExperienceResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
AssociateEntitiesToExperienceResponse
public static interface AssociateEntitiesToExperienceResponse.Builder
extends KendraResponse.Builder, SdkPojo, CopyableBuilder<AssociateEntitiesToExperienceResponse.Builder,AssociateEntitiesToExperienceResponse>
-
Method Summary
Modifier and TypeMethodDescriptionfailedEntityList
(Collection<FailedEntity> failedEntityList) Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.failedEntityList
(Consumer<FailedEntity.Builder>... failedEntityList) Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.failedEntityList
(FailedEntity... failedEntityList) Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.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 Details
-
failedEntityList
AssociateEntitiesToExperienceResponse.Builder failedEntityList(Collection<FailedEntity> failedEntityList) Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.
- Parameters:
failedEntityList
- Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedEntityList
Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.
- Parameters:
failedEntityList
- Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedEntityList
AssociateEntitiesToExperienceResponse.Builder failedEntityList(Consumer<FailedEntity.Builder>... failedEntityList) Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.
This is a convenience method that creates an instance of theFailedEntity.Builder
avoiding the need to create one manually viaFailedEntity.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofailedEntityList(List<FailedEntity>)
.- Parameters:
failedEntityList
- a consumer that will call methods onFailedEntity.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-