public static final class ElasticContainerCredentialsProvider.Builder extends Object
ElasticContainerCredentialsProvider.| Modifier and Type | Method | Description |
|---|---|---|
ElasticContainerCredentialsProvider.Builder |
asyncCredentialUpdateEnabled(Boolean asyncCredentialUpdateEnabled) |
Configure whether this provider should fetch credentials asynchronously in the background.
|
ElasticContainerCredentialsProvider |
build() |
Build a
ElasticContainerCredentialsProvider from the provided configuration. |
public ElasticContainerCredentialsProvider.Builder asyncCredentialUpdateEnabled(Boolean asyncCredentialUpdateEnabled)
ElasticContainerCredentialsProvider.getCredentials() is called, but additional resources are used to maintain the
provider.
By default, this is disabled.
public ElasticContainerCredentialsProvider build()
ElasticContainerCredentialsProvider from the provided configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.