Interface DeletePolicyRequest.Builder

  • Method Details

    • policyEngineId

      DeletePolicyRequest.Builder policyEngineId(String policyEngineId)

      The identifier of the policy engine that manages the policy to be deleted. This ensures the policy is deleted from the correct policy engine context.

      Parameters:
      policyEngineId - The identifier of the policy engine that manages the policy to be deleted. This ensures the policy is deleted from the correct policy engine context.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • policyId

      DeletePolicyRequest.Builder policyId(String policyId)

      The unique identifier of the policy to be deleted. This must be a valid policy ID that exists within the specified policy engine.

      Parameters:
      policyId - The unique identifier of the policy to be deleted. This must be a valid policy ID that exists within the specified policy engine.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DeletePolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.