Class StaticResourcesEndpointProvider
java.lang.Object
software.amazon.awssdk.auth.credentials.internal.StaticResourcesEndpointProvider
- All Implemented Interfaces:
ResourcesEndpointProvider
public final class StaticResourcesEndpointProvider
extends Object
implements ResourcesEndpointProvider
-
Method Details
-
connectionTimeout
- Specified by:
connectionTimeout
in interfaceResourcesEndpointProvider
-
endpoint
Description copied from interface:ResourcesEndpointProvider
Returns the URI that contains the credentials.- Specified by:
endpoint
in interfaceResourcesEndpointProvider
- Returns:
- URI to retrieve the credentials.
- Throws:
IOException
- If any problems are encountered while connecting to the service to retrieve the endpoint.
-
headers
Description copied from interface:ResourcesEndpointProvider
Allows passing additional headers to the request- Specified by:
headers
in interfaceResourcesEndpointProvider
-
retryPolicy
Description copied from interface:ResourcesEndpointProvider
Allows the extending class to provide a custom retry policy. The default behavior is not to retry.- Specified by:
retryPolicy
in interfaceResourcesEndpointProvider
-
builder
-