Interface AuthorizerConfig.Builder

  • Method Details

    • defaultAuthorizerName

      AuthorizerConfig.Builder defaultAuthorizerName(String defaultAuthorizerName)

      The name of the authorization service for a domain configuration.

      Parameters:
      defaultAuthorizerName - The name of the authorization service for a domain configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowAuthorizerOverride

      AuthorizerConfig.Builder allowAuthorizerOverride(Boolean allowAuthorizerOverride)

      A Boolean that specifies whether the domain configuration's authorization service can be overridden.

      Parameters:
      allowAuthorizerOverride - A Boolean that specifies whether the domain configuration's authorization service can be overridden.
      Returns:
      Returns a reference to this object so that method calls can be chained together.