Interface OAuthCredentialProvider.Builder

  • Method Details

    • providerArn

      OAuthCredentialProvider.Builder providerArn(String providerArn)

      The Amazon Resource Name (ARN) of the OAuth credential provider. This ARN identifies the provider in Amazon Web Services.

      Parameters:
      providerArn - The Amazon Resource Name (ARN) of the OAuth credential provider. This ARN identifies the provider in Amazon Web Services.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scopes

      The OAuth scopes for the credential provider. These scopes define the level of access requested from the OAuth provider.

      Parameters:
      scopes - The OAuth scopes for the credential provider. These scopes define the level of access requested from the OAuth provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scopes

      The OAuth scopes for the credential provider. These scopes define the level of access requested from the OAuth provider.

      Parameters:
      scopes - The OAuth scopes for the credential provider. These scopes define the level of access requested from the OAuth provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • customParameters

      OAuthCredentialProvider.Builder customParameters(Map<String,String> customParameters)

      The custom parameters for the OAuth credential provider. These parameters provide additional configuration for the OAuth authentication process.

      Parameters:
      customParameters - The custom parameters for the OAuth credential provider. These parameters provide additional configuration for the OAuth authentication process.
      Returns:
      Returns a reference to this object so that method calls can be chained together.