Uses of Interface
software.amazon.awssdk.auth.token.credentials.ProfileTokenProvider.Builder
Packages that use ProfileTokenProvider.Builder
-
Uses of ProfileTokenProvider.Builder in software.amazon.awssdk.auth.token.credentials
Methods in software.amazon.awssdk.auth.token.credentials that return ProfileTokenProvider.BuilderModifier and TypeMethodDescriptionstatic ProfileTokenProvider.BuilderProfileTokenProvider.builder()Get a builder for creating a customProfileTokenProvider.ProfileTokenProvider.Builder.profileFile(Supplier<ProfileFile> profileFile) Define the profile file that should be used by this token provider.ProfileTokenProvider.Builder.profileName(String profileName) Define the name of the profile that should be used by this token provider.