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 Amazon Web Services account identifier, (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 createdDate(Instant createdDate)
The date that the permission set was created.
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.
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. 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.AccountAssignmentOperationStatus.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 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 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 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 targetId(String targetId)
TargetID is an Amazon Web Services account identifier, (For example, 123456789012).
targetId - TargetID is an Amazon Web Services account identifier, (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,
TargetTypeCopyright © 2023. All rights reserved.