Interface KafkaClusterOAuthIamJwtBearer.Builder

  • Method Details

    • audience

      The audience for the JWT Bearer assertion.

      Parameters:
      audience - The audience for the JWT Bearer assertion.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • signingAlgorithm

      KafkaClusterOAuthIamJwtBearer.Builder signingAlgorithm(String signingAlgorithm)

      The signing algorithm for the JWT Bearer assertion.

      Parameters:
      signingAlgorithm - The signing algorithm for the JWT Bearer assertion.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • signingAlgorithm

      KafkaClusterOAuthIamJwtBearer.Builder signingAlgorithm(JwtSigningAlgorithm signingAlgorithm)

      The signing algorithm for the JWT Bearer assertion.

      Parameters:
      signingAlgorithm - The signing algorithm for the JWT Bearer assertion.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tokenRequestSecretArn

      KafkaClusterOAuthIamJwtBearer.Builder tokenRequestSecretArn(String tokenRequestSecretArn)

      The Amazon Resource Name (ARN) of the Secrets Manager secret containing the signing key.

      Parameters:
      tokenRequestSecretArn - The Amazon Resource Name (ARN) of the Secrets Manager secret containing the signing key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.