public static interface WebIdentityTokenCredentialsProvider.Builder
WebIdentityTokenCredentialsProvider.| Modifier and Type | Method and Description | 
|---|---|
WebIdentityTokenCredentialsProvider | 
build()
Create a  
WebIdentityTokenCredentialsProvider using the configuration applied to this builder. | 
WebIdentityTokenCredentialsProvider.Builder | 
roleArn(String roleArn)
Define the role arn that should be used by this credentials provider. 
 | 
WebIdentityTokenCredentialsProvider.Builder | 
roleSessionName(String roleSessionName)
Define the role session name that should be used by this credentials provider. 
 | 
WebIdentityTokenCredentialsProvider.Builder | 
webIdentityTokenFile(String webIdentityTokenFile)
Define the absolute path to the web identity token file that should be used by this credentials provider. 
 | 
WebIdentityTokenCredentialsProvider.Builder roleArn(String roleArn)
WebIdentityTokenCredentialsProvider.Builder roleSessionName(String roleSessionName)
WebIdentityTokenCredentialsProvider.Builder webIdentityTokenFile(String webIdentityTokenFile)
WebIdentityTokenCredentialsProvider build()
WebIdentityTokenCredentialsProvider using the configuration applied to this builder.Copyright © 2021. All rights reserved.