Interface EntityConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EntityConfiguration.Builder,,EntityConfiguration> SdkBuilder<EntityConfiguration.Builder,,EntityConfiguration> SdkPojo
- Enclosing class:
EntityConfiguration
public static interface EntityConfiguration.Builder
extends SdkPojo, CopyableBuilder<EntityConfiguration.Builder,EntityConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of a user or group in your IAM Identity Center identity source.entityType(String entityType) Specifies whether you are configuring aUseror aGroup.entityType(EntityType entityType) Specifies whether you are configuring aUseror aGroup.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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
Specifies whether you are configuring a
Useror aGroup.- Parameters:
entityType- Specifies whether you are configuring aUseror aGroup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
entityType
Specifies whether you are configuring a
Useror aGroup.- Parameters:
entityType- Specifies whether you are configuring aUseror aGroup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-