Builder
Builder used to construct the LegacySudoSiteReputationClient.
Functions
Construct the LegacySudoSiteReputationClient. Will throw a NullPointerException if the context or sudoUserClient have not been provided or ConfigurationException if the sudoplatformconfig.json file is missing the region or bucket item in the identityService stanza.
Provide the application context (required input).
Provide an GraphQLClient for the SiteReputationClient to use (optional input). If this is not supplied, an GraphQLClient will be constructed and used.
Provide the implementation of the Logger used for logging errors (optional input). If a value is not supplied a default implementation will be used.
Provide the implementation of the SudoUserClient used to perform sign in and ownership operations (required input).