Interface AccountAssignmentOperationStatus.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<AccountAssignmentOperationStatus.Builder,AccountAssignmentOperationStatus>
,SdkBuilder<AccountAssignmentOperationStatus.Builder,AccountAssignmentOperationStatus>
,SdkPojo
- Enclosing class:
- AccountAssignmentOperationStatus
public static interface AccountAssignmentOperationStatus.Builder extends SdkPojo, CopyableBuilder<AccountAssignmentOperationStatus.Builder,AccountAssignmentOperationStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(String principalType)
The entity type for which the assignment will be created.AccountAssignmentOperationStatus.Builder
principalType(PrincipalType 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(String status)
The status of the permission set provisioning process.AccountAssignmentOperationStatus.Builder
status(StatusValues 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.-
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 Detail
-
createdDate
AccountAssignmentOperationStatus.Builder createdDate(Instant createdDate)
The date that the permission set was created.
- Parameters:
createdDate
- The date that the permission set was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReason
AccountAssignmentOperationStatus.Builder failureReason(String failureReason)
The message that contains an error or exception in case of an operation failure.
- Parameters:
failureReason
- The message that contains an error or exception in case of an operation failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissionSetArn
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalId
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalType
AccountAssignmentOperationStatus.Builder principalType(String principalType)
The entity type for which the assignment will be created.
- Parameters:
principalType
- The entity type for which the assignment will be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PrincipalType
,PrincipalType
-
principalType
AccountAssignmentOperationStatus.Builder principalType(PrincipalType principalType)
The entity type for which the assignment will be created.
- Parameters:
principalType
- The entity type for which the assignment will be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PrincipalType
,PrincipalType
-
requestId
AccountAssignmentOperationStatus.Builder requestId(String requestId)
The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.
- Parameters:
requestId
- The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
AccountAssignmentOperationStatus.Builder status(String status)
The status of the permission set provisioning process.
- Parameters:
status
- The status of the permission set provisioning process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StatusValues
,StatusValues
-
status
AccountAssignmentOperationStatus.Builder status(StatusValues status)
The status of the permission set provisioning process.
- Parameters:
status
- The status of the permission set provisioning process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StatusValues
,StatusValues
-
targetId
AccountAssignmentOperationStatus.Builder targetId(String targetId)
TargetID is an Amazon Web Services account identifier, (For example, 123456789012).
- Parameters:
targetId
- TargetID is an Amazon Web Services account identifier, (For example, 123456789012).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetType
AccountAssignmentOperationStatus.Builder targetType(String targetType)
The entity type for which the assignment will be created.
- Parameters:
targetType
- The entity type for which the assignment will be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetType
,TargetType
-
targetType
AccountAssignmentOperationStatus.Builder targetType(TargetType targetType)
The entity type for which the assignment will be created.
- Parameters:
targetType
- The entity type for which the assignment will be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetType
,TargetType
-
-