Class WebIdentityTokenCredentialProperties.Builder
java.lang.Object
software.amazon.awssdk.auth.credentials.internal.WebIdentityTokenCredentialProperties.Builder
- Enclosing class:
- WebIdentityTokenCredentialProperties
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionasyncCredentialUpdateEnabled(Boolean asyncCredentialUpdateEnabled) build()prefetchTime(Duration prefetchTime) roleSessionDuration(Duration roleSessionDuration) roleSessionName(String roleSessionName) sourceChain(String sourceChain) webIdentityTokenFile(Path webIdentityTokenFile) 
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
roleArn
- 
roleSessionName
- 
webIdentityTokenFile
- 
asyncCredentialUpdateEnabledpublic WebIdentityTokenCredentialProperties.Builder asyncCredentialUpdateEnabled(Boolean asyncCredentialUpdateEnabled) 
- 
prefetchTime
- 
staleTime
- 
roleSessionDurationpublic WebIdentityTokenCredentialProperties.Builder roleSessionDuration(Duration roleSessionDuration) 
- 
sourceChain
- 
build
 
-