@NotThreadSafe public static final class StsAssumeRoleWithSamlCredentialsProvider.Builder extends Object
StsAssumeRoleWithSamlCredentialsProvider.builder()
) for creating a
StsAssumeRoleWithSamlCredentialsProvider
.Modifier and Type | Method | Description |
---|---|---|
StsAssumeRoleWithSamlCredentialsProvider.Builder |
refreshRequest(AssumeRoleWithSAMLRequest assumeRoleWithSamlRequest) |
Configure the
AssumeRoleWithSAMLRequest that should be periodically sent to the STS service to update
the session token when it gets close to expiring. |
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.