Interface JwtKey.Builder

All Superinterfaces:
Buildable, CopyableBuilder<JwtKey.Builder,JwtKey>, SdkBuilder<JwtKey.Builder,JwtKey>, SdkPojo
Enclosing class:
JwtKey

@Mutable @NotThreadSafe public static interface JwtKey.Builder extends SdkPojo, CopyableBuilder<JwtKey.Builder,JwtKey>
  • Method Details

    • secretArn

      JwtKey.Builder secretArn(String secretArn)

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

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

      JwtKey.Builder secretVersion(String secretVersion)

      The version of the AWS Secrets Manager secret containing the JWT key.

      Parameters:
      secretVersion - The version of the AWS Secrets Manager secret containing the JWT key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.