Interface ExperienceEntitiesSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExperienceEntitiesSummary.Builder,
,ExperienceEntitiesSummary> SdkBuilder<ExperienceEntitiesSummary.Builder,
,ExperienceEntitiesSummary> SdkPojo
- Enclosing class:
ExperienceEntitiesSummary
public static interface ExperienceEntitiesSummary.Builder
extends SdkPojo, CopyableBuilder<ExperienceEntitiesSummary.Builder,ExperienceEntitiesSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondisplayData
(Consumer<EntityDisplayData.Builder> displayData) Information about the user entity.displayData
(EntityDisplayData displayData) Information about the user entity.The identifier of a user or group in your IAM Identity Center identity source.entityType
(String entityType) Shows the type asUser
orGroup
.entityType
(EntityType entityType) Shows the type asUser
orGroup
.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 Details
-
entityId
The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.
- Parameters:
entityId
- The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityType
Shows the type as
User
orGroup
.- Parameters:
entityType
- Shows the type asUser
orGroup
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
entityType
Shows the type as
User
orGroup
.- Parameters:
entityType
- Shows the type asUser
orGroup
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
displayData
Information about the user entity.
- Parameters:
displayData
- Information about the user entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayData
default ExperienceEntitiesSummary.Builder displayData(Consumer<EntityDisplayData.Builder> displayData) Information about the user entity.
This is a convenience method that creates an instance of theEntityDisplayData.Builder
avoiding the need to create one manually viaEntityDisplayData.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todisplayData(EntityDisplayData)
.- Parameters:
displayData
- a consumer that will call methods onEntityDisplayData.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-