@NotThreadSafe public static final class StsAssumeRoleWithSamlCredentialsProvider.Builder extends Object
StsAssumeRoleWithSamlCredentialsProvider.builder()) for creating a
 StsAssumeRoleWithSamlCredentialsProvider.| Modifier and Type | Method and Description | 
|---|---|
| StsAssumeRoleWithSamlCredentialsProvider.Builder | refreshRequest(AssumeRoleWithSamlRequest assumeRoleWithSamlRequest)Configure the  AssumeRoleWithSamlRequestthat should be periodically sent to the STS service to update
 the session token when it gets close to expiring. | 
| StsAssumeRoleWithSamlCredentialsProvider.Builder | refreshRequest(Consumer<AssumeRoleWithSamlRequest.Builder> assumeRoleWithSamlRequest)Similar to  refreshRequest(AssumeRoleWithSamlRequest), but takes a lambda to configure a newAssumeRoleWithSamlRequest.Builder. | 
public StsAssumeRoleWithSamlCredentialsProvider.Builder refreshRequest(AssumeRoleWithSamlRequest assumeRoleWithSamlRequest)
AssumeRoleWithSamlRequest that should be periodically sent to the STS service to update
 the session token when it gets close to expiring.assumeRoleWithSamlRequest - The request to send to STS whenever the assumed session expires.public StsAssumeRoleWithSamlCredentialsProvider.Builder refreshRequest(Consumer<AssumeRoleWithSamlRequest.Builder> assumeRoleWithSamlRequest)
refreshRequest(AssumeRoleWithSamlRequest), but takes a lambda to configure a new
 AssumeRoleWithSamlRequest.Builder. This removes the need to called AssumeRoleWithSamlRequest.builder()
 and AssumeRoleWithSamlRequest.Builder#build().Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.