Uses of Class
software.amazon.awssdk.services.sts.auth.StsAssumeRoleWithWebIdentityCredentialsProvider.Builder
Packages that use StsAssumeRoleWithWebIdentityCredentialsProvider.Builder
-
Uses of StsAssumeRoleWithWebIdentityCredentialsProvider.Builder in software.amazon.awssdk.services.sts.auth
Methods in software.amazon.awssdk.services.sts.auth that return StsAssumeRoleWithWebIdentityCredentialsProvider.BuilderModifier and TypeMethodDescriptionStsAssumeRoleWithWebIdentityCredentialsProvider.builder()Create a builder for anStsAssumeRoleWithWebIdentityCredentialsProvider.StsAssumeRoleWithWebIdentityCredentialsProvider.Builder.refreshRequest(Consumer<AssumeRoleWithWebIdentityRequest.Builder> assumeRoleWithWebIdentityRequest) Similar torefreshRequest(AssumeRoleWithWebIdentityRequest), but takes a lambda to configure a newAssumeRoleWithWebIdentityRequest.Builder.StsAssumeRoleWithWebIdentityCredentialsProvider.Builder.refreshRequest(Supplier<AssumeRoleWithWebIdentityRequest> assumeRoleWithWebIdentityRequest) Similar torefreshRequest(AssumeRoleWithWebIdentityRequest), but takes aSupplierto supply the request to STS.StsAssumeRoleWithWebIdentityCredentialsProvider.Builder.refreshRequest(AssumeRoleWithWebIdentityRequest assumeRoleWithWebIdentityRequest) Configure theAssumeRoleWithWebIdentityRequestthat should be periodically sent to the STS service to update the session token when it gets close to expiring.StsAssumeRoleWithWebIdentityCredentialsProvider.Builder.sourceChain(String sourceChain) Configure the source of this credentials provider.StsAssumeRoleWithWebIdentityCredentialsProvider.toBuilder()