Class WebIdentityTokenCredentialProperties

java.lang.Object
software.amazon.awssdk.auth.credentials.internal.WebIdentityTokenCredentialProperties

public class WebIdentityTokenCredentialProperties extends Object
A container for credential properties.
  • Method Details

    • roleArn

      public String roleArn()
    • roleSessionName

      public String roleSessionName()
    • webIdentityTokenFile

      public Path webIdentityTokenFile()
    • asyncCredentialUpdateEnabled

      public Boolean asyncCredentialUpdateEnabled()
    • prefetchTime

      public Duration prefetchTime()
    • staleTime

      public Duration staleTime()
    • roleSessionDuration

      public Duration roleSessionDuration()
    • sourceChain

      public String sourceChain()
    • builder