Interface AccountAssignmentForPrincipal.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AccountAssignmentForPrincipal.Builder,
,AccountAssignmentForPrincipal> SdkBuilder<AccountAssignmentForPrincipal.Builder,
,AccountAssignmentForPrincipal> SdkPojo
- Enclosing class:
AccountAssignmentForPrincipal
public static interface AccountAssignmentForPrincipal.Builder
extends SdkPojo, CopyableBuilder<AccountAssignmentForPrincipal.Builder,AccountAssignmentForPrincipal>
-
Method Summary
Modifier and TypeMethodDescriptionThe account ID number of the Amazon Web Services account.permissionSetArn
(String permissionSetArn) The ARN of the IAM Identity Center permission set assigned to this principal for this Amazon Web Services account.principalId
(String principalId) The ID of the principal.principalType
(String principalType) The type of the principal.principalType
(PrincipalType principalType) The type of the principal.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
-
accountId
The account ID number of the Amazon Web Services account.
- Parameters:
accountId
- The account ID number of the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissionSetArn
The ARN of the IAM Identity Center permission set assigned to this principal for this Amazon Web Services account.
- Parameters:
permissionSetArn
- The ARN of the IAM Identity Center permission set assigned to this principal for this Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalId
The ID of the principal.
- Parameters:
principalId
- The ID of the principal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalType
The type of the principal.
- Parameters:
principalType
- The type of the principal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
principalType
The type of the principal.
- Parameters:
principalType
- The type of the principal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-