Uses of Interface
software.amazon.awssdk.auth.credentials.ProfileCredentialsProvider.Builder
Packages that use ProfileCredentialsProvider.Builder
-
Uses of ProfileCredentialsProvider.Builder in software.amazon.awssdk.auth.credentials
Methods in software.amazon.awssdk.auth.credentials that return ProfileCredentialsProvider.BuilderModifier and TypeMethodDescriptionProfileCredentialsProvider.builder()Get a builder for creating a customProfileCredentialsProvider.ProfileCredentialsProvider.Builder.profileFile(Consumer<ProfileFile.Builder> profileFile) Similar toprofileFile(ProfileFile), but takes a lambda to configure a newProfileFile.Builder.ProfileCredentialsProvider.Builder.profileFile(Supplier<ProfileFile> profileFileSupplier) Define the mechanism for loading profile files.ProfileCredentialsProvider.Builder.profileFile(ProfileFile profileFile) Define the profile file that should be used by this credentials provider.ProfileCredentialsProvider.Builder.profileName(String profileName) Define the name of the profile that should be used by this credentials provider.ProfileCredentialsProvider.toBuilder()