Uses of Interface
software.amazon.awssdk.crt.auth.credentials.ProfileCredentialsProvider.Builder
Packages that use ProfileCredentialsProvider.Builder
-
Uses of ProfileCredentialsProvider.Builder in software.amazon.awssdk.crt.auth.credentials
Methods in software.amazon.awssdk.crt.auth.credentials that return ProfileCredentialsProvider.BuilderModifier and TypeMethodDescriptionProfileCredentialsProvider.builder()Get a builder for creating a custom profile credentials provider.ProfileCredentialsProvider.Builder.withClientBootstrap(ClientBootstrap clientBootstrap) Sets the client bootstrap (host resolver and event loop group) to use when making the connections required by this provider.ProfileCredentialsProvider.Builder.withConfigFileNameOverride(String configFileNameOverride) Sets the name of the config file to use.ProfileCredentialsProvider.Builder.withCredentialsFileNameOverride(String credentialsFileNameOverride) Sets the name of the credentials file to use.ProfileCredentialsProvider.Builder.withProfileName(String profileName) Sets the name of the profile to use.ProfileCredentialsProvider.Builder.withTlsContext(TlsContext tlsContext) Sets the tls context to use for any secure network connections made while sourcing credentials.