public static interface AccountAssignmentOperationStatus.Builder extends SdkPojo, CopyableBuilder<AccountAssignmentOperationStatus.Builder,AccountAssignmentOperationStatus>
| Modifier and Type | Method and Description |
|---|---|
AccountAssignmentOperationStatus.Builder |
createdDate(Instant createdDate)
The date that the permission set was created.
|
AccountAssignmentOperationStatus.Builder |
failureReason(String failureReason)
The message that contains an error or exception in case of an operation failure.
|
AccountAssignmentOperationStatus.Builder |
permissionSetArn(String permissionSetArn)
The ARN of the permission set.
|
AccountAssignmentOperationStatus.Builder |
principalId(String principalId)
An identifier for an object in IAM Identity Center, such as a user or group.
|
AccountAssignmentOperationStatus.Builder |
principalType(PrincipalType principalType)
The entity type for which the assignment will be created.
|
AccountAssignmentOperationStatus.Builder |
principalType(String principalType)
The entity type for which the assignment will be created.
|
AccountAssignmentOperationStatus.Builder |
requestId(String requestId)
The identifier for tracking the request operation that is generated by the universally unique identifier
(UUID) workflow.
|
AccountAssignmentOperationStatus.Builder |
status(StatusValues status)
The status of the permission set provisioning process.
|
AccountAssignmentOperationStatus.Builder |
status(String status)
The status of the permission set provisioning process.
|
AccountAssignmentOperationStatus.Builder |
targetId(String targetId)
TargetID is an AWS account identifier, typically a 10-12 digit string (For example, 123456789012).
|
AccountAssignmentOperationStatus.Builder |
targetType(String targetType)
The entity type for which the assignment will be created.
|
AccountAssignmentOperationStatus.Builder |
targetType(TargetType targetType)
The entity type for which the assignment will be created.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccountAssignmentOperationStatus.Builder status(String status)
The status of the permission set provisioning process.
status - The status of the permission set provisioning process.StatusValues,
StatusValuesAccountAssignmentOperationStatus.Builder status(StatusValues status)
The status of the permission set provisioning process.
status - The status of the permission set provisioning process.StatusValues,
StatusValuesAccountAssignmentOperationStatus.Builder requestId(String requestId)
The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.
requestId - The identifier for tracking the request operation that is generated by the universally unique
identifier (UUID) workflow.AccountAssignmentOperationStatus.Builder failureReason(String failureReason)
The message that contains an error or exception in case of an operation failure.
failureReason - The message that contains an error or exception in case of an operation failure.AccountAssignmentOperationStatus.Builder targetId(String targetId)
TargetID is an AWS account identifier, typically a 10-12 digit string (For example, 123456789012).
targetId - TargetID is an AWS account identifier, typically a 10-12 digit string (For example, 123456789012).AccountAssignmentOperationStatus.Builder targetType(String targetType)
The entity type for which the assignment will be created.
targetType - The entity type for which the assignment will be created.TargetType,
TargetTypeAccountAssignmentOperationStatus.Builder targetType(TargetType targetType)
The entity type for which the assignment will be created.
targetType - The entity type for which the assignment will be created.TargetType,
TargetTypeAccountAssignmentOperationStatus.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.AccountAssignmentOperationStatus.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,
PrincipalTypeAccountAssignmentOperationStatus.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,
PrincipalTypeAccountAssignmentOperationStatus.Builder principalId(String principalId)
An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the IAM Identity Center Identity Store API Reference.
principalId - An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs
(For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM
Identity Center, see the IAM
Identity Center Identity Store API Reference.AccountAssignmentOperationStatus.Builder createdDate(Instant createdDate)
The date that the permission set was created.
createdDate - The date that the permission set was created.Copyright © 2022. All rights reserved.