Interface DeletePolicyEngineResponse.Builder

  • Method Details

    • policyEngineId

      DeletePolicyEngineResponse.Builder policyEngineId(String policyEngineId)

      The unique identifier of the policy engine being deleted. This confirms which policy engine the deletion operation targets.

      Parameters:
      policyEngineId - The unique identifier of the policy engine being deleted. This confirms which policy engine the deletion operation targets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The customer-assigned name of the deleted policy engine.

      Parameters:
      name - The customer-assigned name of the deleted policy engine.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      DeletePolicyEngineResponse.Builder description(String description)

      The human-readable description of the deleted policy engine.

      Parameters:
      description - The human-readable description of the deleted policy engine.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The timestamp when the deleted policy engine was originally created.

      Parameters:
      createdAt - The timestamp when the deleted policy engine was originally created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      The timestamp when the deleted policy engine was last modified before deletion. This tracks the final state of the policy engine before it was removed from the system.

      Parameters:
      updatedAt - The timestamp when the deleted policy engine was last modified before deletion. This tracks the final state of the policy engine before it was removed from the system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • policyEngineArn

      DeletePolicyEngineResponse.Builder policyEngineArn(String policyEngineArn)

      The Amazon Resource Name (ARN) of the deleted policy engine. This globally unique identifier confirms which policy engine resource was successfully removed.

      Parameters:
      policyEngineArn - The Amazon Resource Name (ARN) of the deleted policy engine. This globally unique identifier confirms which policy engine resource was successfully removed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the policy engine deletion operation. This provides status about any issues that occurred during the deletion process.

      Parameters:
      status - The status of the policy engine deletion operation. This provides status about any issues that occurred during the deletion process.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the policy engine deletion operation. This provides status about any issues that occurred during the deletion process.

      Parameters:
      status - The status of the policy engine deletion operation. This provides status about any issues that occurred during the deletion process.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusReasons

      DeletePolicyEngineResponse.Builder statusReasons(Collection<String> statusReasons)

      Additional information about the deletion status. This provides details about the deletion process or any issues that may have occurred.

      Parameters:
      statusReasons - Additional information about the deletion status. This provides details about the deletion process or any issues that may have occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusReasons

      DeletePolicyEngineResponse.Builder statusReasons(String... statusReasons)

      Additional information about the deletion status. This provides details about the deletion process or any issues that may have occurred.

      Parameters:
      statusReasons - Additional information about the deletion status. This provides details about the deletion process or any issues that may have occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.