Interface UserGroupResolutionConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UserGroupResolutionConfiguration.Builder,UserGroupResolutionConfiguration>,SdkBuilder<UserGroupResolutionConfiguration.Builder,UserGroupResolutionConfiguration>,SdkPojo
- Enclosing class:
- UserGroupResolutionConfiguration
public static interface UserGroupResolutionConfiguration.Builder extends SdkPojo, CopyableBuilder<UserGroupResolutionConfiguration.Builder,UserGroupResolutionConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserGroupResolutionConfiguration.BuilderuserGroupResolutionMode(String userGroupResolutionMode)The identity store provider (mode) you want to use to get users and groups.UserGroupResolutionConfiguration.BuilderuserGroupResolutionMode(UserGroupResolutionMode userGroupResolutionMode)The identity store provider (mode) you want to use to get users and groups.-
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 Detail
-
userGroupResolutionMode
UserGroupResolutionConfiguration.Builder userGroupResolutionMode(String userGroupResolutionMode)
The identity store provider (mode) you want to use to get users and groups. IAM Identity Center is currently the only available mode. Your users and groups must exist in an IAM Identity Center identity source in order to use this mode.
- Parameters:
userGroupResolutionMode- The identity store provider (mode) you want to use to get users and groups. IAM Identity Center is currently the only available mode. Your users and groups must exist in an IAM Identity Center identity source in order to use this mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UserGroupResolutionMode,UserGroupResolutionMode
-
userGroupResolutionMode
UserGroupResolutionConfiguration.Builder userGroupResolutionMode(UserGroupResolutionMode userGroupResolutionMode)
The identity store provider (mode) you want to use to get users and groups. IAM Identity Center is currently the only available mode. Your users and groups must exist in an IAM Identity Center identity source in order to use this mode.
- Parameters:
userGroupResolutionMode- The identity store provider (mode) you want to use to get users and groups. IAM Identity Center is currently the only available mode. Your users and groups must exist in an IAM Identity Center identity source in order to use this mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UserGroupResolutionMode,UserGroupResolutionMode
-
-