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 AWS account.
|
AccountAssignment.Builder |
permissionSetArn(String permissionSetArn)
The ARN of the permission set.
|
AccountAssignment.Builder |
principalId(String principalId)
An identifier for an object in AWS 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 AWS account.
accountId - The identifier of the AWS account.AccountAssignment.Builder permissionSetArn(String permissionSetArn)
The ARN of the permission set. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
permissionSetArn - The ARN of the permission set. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service
Namespaces in the AWS 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 AWS SSO, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in AWS SSO, see the AWS SSO Identity Store API Reference.
principalId - An identifier for an object in AWS SSO, such as a user or group. PrincipalIds are GUIDs (For example,
f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in AWS SSO, see the AWS SSO Identity Store API
Reference.Copyright © 2020. All rights reserved.