Interface PermissionSetProvisioningStatus.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<PermissionSetProvisioningStatus.Builder,PermissionSetProvisioningStatus>
,SdkBuilder<PermissionSetProvisioningStatus.Builder,PermissionSetProvisioningStatus>
,SdkPojo
- Enclosing class:
- PermissionSetProvisioningStatus
public static interface PermissionSetProvisioningStatus.Builder extends SdkPojo, CopyableBuilder<PermissionSetProvisioningStatus.Builder,PermissionSetProvisioningStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PermissionSetProvisioningStatus.Builder
accountId(String accountId)
The identifier of the Amazon Web Services account from which to list the assignments.PermissionSetProvisioningStatus.Builder
createdDate(Instant createdDate)
The date that the permission set was created.PermissionSetProvisioningStatus.Builder
failureReason(String failureReason)
The message that contains an error or exception in case of an operation failure.PermissionSetProvisioningStatus.Builder
permissionSetArn(String permissionSetArn)
The ARN of the permission set that is being provisioned.PermissionSetProvisioningStatus.Builder
requestId(String requestId)
The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.PermissionSetProvisioningStatus.Builder
status(String status)
The status of the permission set provisioning process.PermissionSetProvisioningStatus.Builder
status(StatusValues status)
The status of the permission set provisioning process.-
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
-
accountId
PermissionSetProvisioningStatus.Builder accountId(String accountId)
The identifier of the Amazon Web Services account from which to list the assignments.
- Parameters:
accountId
- The identifier of the Amazon Web Services account from which to list the assignments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdDate
PermissionSetProvisioningStatus.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
PermissionSetProvisioningStatus.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
PermissionSetProvisioningStatus.Builder permissionSetArn(String permissionSetArn)
The ARN of the permission set that is being provisioned. 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 that is being provisioned. 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.
-
requestId
PermissionSetProvisioningStatus.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
PermissionSetProvisioningStatus.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
PermissionSetProvisioningStatus.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
-
-