IamAssumeAuthenticator.Builder |
IamAssumeAuthenticator.Builder.apikey(java.lang.String apikey) |
Sets the apikey property.
|
IamAssumeAuthenticator.Builder |
IamAssumeAuthenticator.Builder.client(okhttp3.OkHttpClient client) |
Sets the OkHttpClient instance to be used when interacting with the IAM token service.
|
IamAssumeAuthenticator.Builder |
IamAssumeAuthenticator.Builder.clientId(java.lang.String clientId) |
Sets the clientId property.
|
IamAssumeAuthenticator.Builder |
IamAssumeAuthenticator.Builder.clientSecret(java.lang.String clientSecret) |
Sets the clientSecret property.
|
IamAssumeAuthenticator.Builder |
IamAssumeAuthenticator.Builder.disableSSLVerification(boolean disableSSLVerification) |
Sets the disableSSLVerification property.
|
IamAssumeAuthenticator.Builder |
IamAssumeAuthenticator.Builder.headers(java.util.Map<java.lang.String,java.lang.String> headers) |
Sets the headers property.
|
IamAssumeAuthenticator.Builder |
IamAssumeAuthenticator.Builder.iamAccountId(java.lang.String iamAccountId) |
Sets the iamAccountId property.
|
IamAssumeAuthenticator.Builder |
IamAssumeAuthenticator.Builder.iamProfileCrn(java.lang.String iamProfileCrn) |
Sets the iamProfileCrn property.
|
IamAssumeAuthenticator.Builder |
IamAssumeAuthenticator.Builder.iamProfileId(java.lang.String iamProfileId) |
Sets the iamProfileId property.
|
IamAssumeAuthenticator.Builder |
IamAssumeAuthenticator.Builder.iamProfileName(java.lang.String iamProfileName) |
Sets the iamProfileName property.
|
IamAssumeAuthenticator.Builder |
IamAssumeAuthenticator.newBuilder() |
Returns a new Builder instance pre-loaded with the configuration from "this".
|
IamAssumeAuthenticator.Builder |
IamAssumeAuthenticator.Builder.proxy(java.net.Proxy proxy) |
Sets the proxy property.
|
IamAssumeAuthenticator.Builder |
IamAssumeAuthenticator.Builder.proxyAuthenticator(okhttp3.Authenticator proxyAuthenticator) |
Sets the proxyAuthenticator property.
|
IamAssumeAuthenticator.Builder |
IamAssumeAuthenticator.Builder.scope(java.lang.String scope) |
Sets the scope property.
|
IamAssumeAuthenticator.Builder |
IamAssumeAuthenticator.Builder.url(java.lang.String url) |
Sets the url property.
|