Uses of Interface
software.amazon.awssdk.auth.credentials.WebIdentityTokenFileCredentialsProvider.Builder
Packages that use WebIdentityTokenFileCredentialsProvider.Builder
-
Uses of WebIdentityTokenFileCredentialsProvider.Builder in software.amazon.awssdk.auth.credentials
Methods in software.amazon.awssdk.auth.credentials that return WebIdentityTokenFileCredentialsProvider.BuilderModifier and TypeMethodDescriptionWebIdentityTokenFileCredentialsProvider.Builder.asyncCredentialUpdateEnabled(Boolean asyncCredentialUpdateEnabled) Define whether the provider should fetch credentials asynchronously in the background.WebIdentityTokenFileCredentialsProvider.builder()WebIdentityTokenFileCredentialsProvider.Builder.prefetchTime(Duration prefetchTime) Configure the amount of time, relative to STS token expiration, that the cached credentials are considered close to stale and should be updated.Define the role arn that should be used by this credentials provider.WebIdentityTokenFileCredentialsProvider.Builder.roleSessionDuration(Duration sessionDuration) WebIdentityTokenFileCredentialsProvider.Builder.roleSessionName(String roleSessionName) Define the role session name that should be used by this credentials provider.Configure the amount of time, relative to STS token expiration, that the cached credentials are considered stale and must be updated.WebIdentityTokenFileCredentialsProvider.toBuilder()WebIdentityTokenFileCredentialsProvider.Builder.webIdentityTokenFile(Path webIdentityTokenFile) Define the absolute path to the web identity token file that should be used by this credentials provider.