public static interface UserProfileDetails.Builder extends SdkPojo, CopyableBuilder<UserProfileDetails.Builder,UserProfileDetails>
| Modifier and Type | Method and Description |
|---|---|
default UserProfileDetails.Builder |
iam(Consumer<IamUserProfileDetails.Builder> iam)
The IAM details included in the user profile details.
|
UserProfileDetails.Builder |
iam(IamUserProfileDetails iam)
The IAM details included in the user profile details.
|
default UserProfileDetails.Builder |
sso(Consumer<SsoUserProfileDetails.Builder> sso)
The single sign-on details included in the user profile details.
|
UserProfileDetails.Builder |
sso(SsoUserProfileDetails sso)
The single sign-on details included in the user profile details.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUserProfileDetails.Builder iam(IamUserProfileDetails iam)
The IAM details included in the user profile details.
iam - The IAM details included in the user profile details.default UserProfileDetails.Builder iam(Consumer<IamUserProfileDetails.Builder> iam)
The IAM details included in the user profile details.
This is a convenience method that creates an instance of theIamUserProfileDetails.Builder avoiding
the need to create one manually via IamUserProfileDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to iam(IamUserProfileDetails).
iam - a consumer that will call methods on IamUserProfileDetails.Builderiam(IamUserProfileDetails)UserProfileDetails.Builder sso(SsoUserProfileDetails sso)
The single sign-on details included in the user profile details.
sso - The single sign-on details included in the user profile details.default UserProfileDetails.Builder sso(Consumer<SsoUserProfileDetails.Builder> sso)
The single sign-on details included in the user profile details.
This is a convenience method that creates an instance of theSsoUserProfileDetails.Builder avoiding
the need to create one manually via SsoUserProfileDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sso(SsoUserProfileDetails).
sso - a consumer that will call methods on SsoUserProfileDetails.Buildersso(SsoUserProfileDetails)Copyright © 2023. All rights reserved.