Uses of Class
software.amazon.awssdk.profiles.internal.ProfileFileRefresher.Builder
-
Packages that use ProfileFileRefresher.Builder Package Description software.amazon.awssdk.profiles.internal -
-
Uses of ProfileFileRefresher.Builder in software.amazon.awssdk.profiles.internal
Methods in software.amazon.awssdk.profiles.internal that return ProfileFileRefresher.Builder Modifier and Type Method Description static ProfileFileRefresher.BuilderProfileFileRefresher. builder()Builder method to construct instance of ProfileFileRefresher.ProfileFileRefresher.BuilderProfileFileRefresher.Builder. clock(Clock clock)Sets a clock for managing stale and prefetch durations.ProfileFileRefresher.BuilderProfileFileRefresher.Builder. onProfileFileReload(Consumer<ProfileFile> consumer)Sets a custom action to perform when a profile file is reloaded.ProfileFileRefresher.BuilderProfileFileRefresher.Builder. profileFile(Supplier<ProfileFile> profileFile)ProfileFileRefresher.BuilderProfileFileRefresher.Builder. profileFilePath(Path profileFilePath)
-