Class DefaultChainCredentialsProvider.DefaultChainCredentialsProviderBuilder
- java.lang.Object
-
- software.amazon.awssdk.crt.auth.credentials.DefaultChainCredentialsProvider.DefaultChainCredentialsProviderBuilder
-
- Enclosing class:
- DefaultChainCredentialsProvider
public static class DefaultChainCredentialsProvider.DefaultChainCredentialsProviderBuilder extends Object
A simple builder class for the default credentials provider chain and its options Does not add reference to CRT resources
-
-
Constructor Summary
Constructors Constructor Description DefaultChainCredentialsProviderBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultChainCredentialsProviderbuild()ClientBootstrapgetClientBootstrap()DefaultChainCredentialsProvider.DefaultChainCredentialsProviderBuilderwithClientBootstrap(ClientBootstrap clientBootstrap)
-
-
-
Method Detail
-
withClientBootstrap
public DefaultChainCredentialsProvider.DefaultChainCredentialsProviderBuilder withClientBootstrap(ClientBootstrap clientBootstrap)
-
getClientBootstrap
public ClientBootstrap getClientBootstrap()
-
build
public DefaultChainCredentialsProvider build()
-
-