Send feedback
Class ConnectorConfig.Builder (0.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_arrow_down
public static class ConnectorConfig.Builder
The builder for the ConnectionConfig.
Constructors
Builder()
Methods
build()
public ConnectorConfig build()
Builds a new instance of ConnectionConfig
.
withAdminServiceEndpoint(String adminServiceEndpoint)
public ConnectorConfig.Builder withAdminServiceEndpoint(String adminServiceEndpoint)
Parameter Name Description adminServiceEndpoint
String
withDelegates(List<String> delegates)
public ConnectorConfig.Builder withDelegates(List<String> delegates)
withGoogleCredentials(GoogleCredentials googleCredentials)
public ConnectorConfig.Builder withGoogleCredentials(GoogleCredentials googleCredentials)
Parameter Name Description googleCredentials
com.google.auth.oauth2.GoogleCredentials
withGoogleCredentialsPath(String googleCredentialsPath)
public ConnectorConfig.Builder withGoogleCredentialsPath(String googleCredentialsPath)
Parameter Name Description googleCredentialsPath
String
withGoogleCredentialsSupplier(Supplier<GoogleCredentials> googleCredentialsSupplier)
public ConnectorConfig.Builder withGoogleCredentialsSupplier(Supplier<GoogleCredentials> googleCredentialsSupplier)
Parameter Name Description googleCredentialsSupplier
Supplier <com.google.auth.oauth2.GoogleCredentials >
withTargetPrincipal(String targetPrincipal)
public ConnectorConfig.Builder withTargetPrincipal(String targetPrincipal)
Parameter Name Description targetPrincipal
String
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-26 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-26 UTC."],[],[]]