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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateEntitiesToExperienceResponse.BuilderfailedEntityList(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.AssociateEntitiesToExperienceResponse.BuilderfailedEntityList(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.AssociateEntitiesToExperienceResponse.BuilderfailedEntityList(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 Detail
-
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
AssociateEntitiesToExperienceResponse.Builder 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.
- 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.Builderavoiding the need to create one manually viaFailedEntity.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#failedEntityList(List.) - 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:
#failedEntityList(java.util.Collection)
-
-