public static interface UserIdentity.Builder extends SdkPojo, CopyableBuilder<UserIdentity.Builder,UserIdentity>
| Modifier and Type | Method and Description |
|---|---|
UserIdentity.Builder |
principalId(String principalId)
A unique identifier for the requester that calls the API operation.
|
UserIdentity.Builder |
type(String type)
The identity type of the requester that calls the API operation.
|
UserIdentity.Builder |
type(UserIdentityType type)
The identity type of the requester that calls the API operation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUserIdentity.Builder type(String type)
The identity type of the requester that calls the API operation.
type - The identity type of the requester that calls the API operation.
UserIdentityType,
UserIdentityTypeUserIdentity.Builder type(UserIdentityType type)
The identity type of the requester that calls the API operation.
type - The identity type of the requester that calls the API operation.
UserIdentityType,
UserIdentityTypeUserIdentity.Builder principalId(String principalId)
A unique identifier for the requester that calls the API operation.
principalId - A unique identifier for the requester that calls the API operation.
Copyright © 2023. All rights reserved.