Class WebIdentityTokenCredentialProperties.Builder
java.lang.Object
software.amazon.awssdk.auth.credentials.internal.WebIdentityTokenCredentialProperties.Builder
- Enclosing class:
WebIdentityTokenCredentialProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasyncCredentialUpdateEnabled
(Boolean asyncCredentialUpdateEnabled) build()
prefetchTime
(Duration prefetchTime) roleSessionDuration
(Duration roleSessionDuration) roleSessionName
(String roleSessionName) webIdentityTokenFile
(Path webIdentityTokenFile)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
roleArn
-
roleSessionName
-
webIdentityTokenFile
-
asyncCredentialUpdateEnabled
public WebIdentityTokenCredentialProperties.Builder asyncCredentialUpdateEnabled(Boolean asyncCredentialUpdateEnabled) -
prefetchTime
-
staleTime
-
roleSessionDuration
public WebIdentityTokenCredentialProperties.Builder roleSessionDuration(Duration roleSessionDuration) -
build
-