Interface OpenIDConnectProviderConfiguration.Builder

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

public static interface OpenIDConnectProviderConfiguration.Builder extends SdkPojo, CopyableBuilder<OpenIDConnectProviderConfiguration.Builder,OpenIDConnectProviderConfiguration>
  • Method Details

    • secretsArn

      The Amazon Resource Name (ARN) of a Secrets Manager secret containing the OIDC client secret.

      Parameters:
      secretsArn - The Amazon Resource Name (ARN) of a Secrets Manager secret containing the OIDC client secret.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • secretsRole

      An IAM role with permissions to access KMS to decrypt the Secrets Manager secret containing your OIDC client secret.

      Parameters:
      secretsRole - An IAM role with permissions to access KMS to decrypt the Secrets Manager secret containing your OIDC client secret.
      Returns:
      Returns a reference to this object so that method calls can be chained together.