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 Details

    • 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

      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: