public static interface IamPrincipal.Builder extends CopyableBuilder<IamPrincipal.Builder,IamPrincipal>
IamPrincipal.builder()| Modifier and Type | Method and Description |
|---|---|
IamPrincipal.Builder |
id(String id)
Set the identifier of the principal.
|
IamPrincipal.Builder |
type(IamPrincipalType type)
Set the
IamPrincipalType associated with this principal. |
IamPrincipal.Builder |
type(String type)
Set the
IamPrincipalType associated with this principal. |
copyapplyMutation, buildIamPrincipal.Builder type(IamPrincipalType type)
IamPrincipalType associated with this principal.
This value is required.
IamPrincipalType,
Principal
user guideIamPrincipal.Builder type(String type)
IamPrincipalType associated with this principal.
This is the same as type(IamPrincipalType), except you do not need to call IamPrincipalType.create().
This value is required.
IamPrincipalType,
Principal
user guideIamPrincipal.Builder id(String id)
The identifiers that can be used depend on the type(IamPrincipalType) of the principal.
Copyright © 2023. All rights reserved.