Interface UserIdentity.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UserIdentity.Builder,
,UserIdentity> SdkBuilder<UserIdentity.Builder,
,UserIdentity> SdkPojo
- Enclosing class:
UserIdentity
public static interface UserIdentity.Builder
extends SdkPojo, CopyableBuilder<UserIdentity.Builder,UserIdentity>
-
Method Summary
Modifier and TypeMethodDescriptionprincipalId
(String principalId) A unique identifier for the requester that calls the API operation.The identity type of the requester that calls the API operation.type
(UserIdentityType type) The identity type of the requester that calls the API operation.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 Details
-
type
The identity type of the requester that calls the API operation.
- Parameters:
type
-The identity type of the requester that calls the API operation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The identity type of the requester that calls the API operation.
- Parameters:
type
-The identity type of the requester that calls the API operation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
principalId
A unique identifier for the requester that calls the API operation.
- Parameters:
principalId
-A unique identifier for the requester that calls the API operation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-