public static interface AccountAssignment.Builder extends SdkPojo, CopyableBuilder<AccountAssignment.Builder,AccountAssignment>
| Modifier and Type | Method and Description |
|---|---|
AccountAssignment.Builder |
accountId(String accountId)
The identifier of the Amazon Web Services account.
|
AccountAssignment.Builder |
permissionSetArn(String permissionSetArn)
The ARN of the permission set.
|
AccountAssignment.Builder |
principalId(String principalId)
An identifier for an object in Amazon Web Services SSO, such as a user or group.
|
AccountAssignment.Builder |
principalType(PrincipalType principalType)
The entity type for which the assignment will be created.
|
AccountAssignment.Builder |
principalType(String principalType)
The entity type for which the assignment will be created.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccountAssignment.Builder accountId(String accountId)
The identifier of the Amazon Web Services account.
accountId - The identifier of the Amazon Web Services account.AccountAssignment.Builder permissionSetArn(String permissionSetArn)
The ARN of the permission set. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
permissionSetArn - The ARN of the permission set. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web
Services Service Namespaces in the Amazon Web Services General Reference.AccountAssignment.Builder principalType(String principalType)
The entity type for which the assignment will be created.
principalType - The entity type for which the assignment will be created.PrincipalType,
PrincipalTypeAccountAssignment.Builder principalType(PrincipalType principalType)
The entity type for which the assignment will be created.
principalType - The entity type for which the assignment will be created.PrincipalType,
PrincipalTypeAccountAssignment.Builder principalId(String principalId)
An identifier for an object in Amazon Web Services SSO, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in Amazon Web Services SSO, see the Amazon Web Services SSO Identity Store API Reference.
principalId - An identifier for an object in Amazon Web Services SSO, such as a user or group. PrincipalIds are
GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in
Amazon Web Services SSO, see the Amazon Web Services SSO Identity
Store API Reference.Copyright © 2022. All rights reserved.