CognitoCredentialsProvider.CognitoCredentialsProviderBuilder |
CognitoCredentialsProvider.CognitoCredentialsProviderBuilder.withClientBootstrap(ClientBootstrap clientBootstrap) |
(Optional) Sets the client bootstrap (host resolver and event loop group) to use when making the connections
required by this provider.
|
CognitoCredentialsProvider.CognitoCredentialsProviderBuilder |
CognitoCredentialsProvider.CognitoCredentialsProviderBuilder.withCustomRoleArn(String customRoleArn) |
(optional) Sets the ARN of the role to be assumed when multiple roles were received in the token from the
identity provider.
|
CognitoCredentialsProvider.CognitoCredentialsProviderBuilder |
CognitoCredentialsProvider.CognitoCredentialsProviderBuilder.withEndpoint(String endpoint) |
Sets the Cognito service endpoint to use when sourcing credentials via HTTP
|
CognitoCredentialsProvider.CognitoCredentialsProviderBuilder |
CognitoCredentialsProvider.CognitoCredentialsProviderBuilder.withHttpProxyOptions(HttpProxyOptions httpProxyOptions) |
Sets the proxy configuration to use when making the http request that fetches session
credentials from the AWS Cognito Identity service
|
CognitoCredentialsProvider.CognitoCredentialsProviderBuilder |
CognitoCredentialsProvider.CognitoCredentialsProviderBuilder.withIdentity(String identity) |
Sets the Cognito identity to source credentials for
|
CognitoCredentialsProvider.CognitoCredentialsProviderBuilder |
CognitoCredentialsProvider.CognitoCredentialsProviderBuilder.withLogin(CognitoCredentialsProvider.CognitoLoginTokenPair login) |
Adds an identity provider token pair to allow for authenticated identity access.
|
CognitoCredentialsProvider.CognitoCredentialsProviderBuilder |
CognitoCredentialsProvider.CognitoCredentialsProviderBuilder.withTlsContext(TlsContext tlsContext) |
Sets the tls context to use when making HTTP requests to the Cognito Identity service
|