Interface GetPolicyEngineSummaryResponse.Builder

  • Method Details

    • policyEngineId

      GetPolicyEngineSummaryResponse.Builder policyEngineId(String policyEngineId)

      The unique identifier of the policy engine.

      Parameters:
      policyEngineId - The unique identifier of the policy engine.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The customer-assigned name of the policy engine.

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

      The timestamp when the policy engine was originally created.

      Parameters:
      createdAt - The timestamp when the 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 policy engine was last modified.

      Parameters:
      updatedAt - The timestamp when the policy engine was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • policyEngineArn

      GetPolicyEngineSummaryResponse.Builder policyEngineArn(String policyEngineArn)

      The Amazon Resource Name (ARN) of the policy engine.

      Parameters:
      policyEngineArn - The Amazon Resource Name (ARN) of the policy engine.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the policy engine.

      Parameters:
      status - The current status of the policy engine.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the policy engine.

      Parameters:
      status - The current status of the policy engine.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • encryptionKeyArn

      GetPolicyEngineSummaryResponse.Builder encryptionKeyArn(String encryptionKeyArn)

      The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.

      Parameters:
      encryptionKeyArn - The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.