Uses of Interface
software.amazon.awssdk.auth.credentials.InstanceProfileCredentialsProvider.Builder
Packages that use InstanceProfileCredentialsProvider.Builder
-
Uses of InstanceProfileCredentialsProvider.Builder in software.amazon.awssdk.auth.credentials
Methods in software.amazon.awssdk.auth.credentials that return InstanceProfileCredentialsProvider.BuilderModifier and TypeMethodDescriptionInstanceProfileCredentialsProvider.builder()Create a builder for creating aInstanceProfileCredentialsProvider.InstanceProfileCredentialsProvider.Builder.profileFile(Supplier<ProfileFile> profileFileSupplier) Define the mechanism for loading profile files.InstanceProfileCredentialsProvider.Builder.profileFile(ProfileFile profileFile) Configure the profile file used for loading IMDS-related configuration, like the endpoint mode (IPv4 vs IPv6).InstanceProfileCredentialsProvider.Builder.profileName(String profileName) Configure the profile name used for loading IMDS-related configuration, like the endpoint mode (IPv4 vs IPv6).Configure the amount of time before the moment of expiration of credentials for which to consider the credentials to be stale.InstanceProfileCredentialsProvider.toBuilder()