Class StaticResourcesEndpointProvider
- java.lang.Object
-
- software.amazon.awssdk.auth.credentials.internal.StaticResourcesEndpointProvider
-
- All Implemented Interfaces:
ResourcesEndpointProvider
public final class StaticResourcesEndpointProvider extends Object implements ResourcesEndpointProvider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStaticResourcesEndpointProvider.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StaticResourcesEndpointProvider.Builderbuilder()Optional<Duration>connectionTimeout()URIendpoint()Map<String,String>headers()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.regions.util.ResourcesEndpointProvider
retryPolicy
-
-
-
-
Method Detail
-
connectionTimeout
public Optional<Duration> connectionTimeout()
- Specified by:
connectionTimeoutin interfaceResourcesEndpointProvider
-
endpoint
public URI endpoint() throws IOException
- Specified by:
endpointin interfaceResourcesEndpointProvider- Throws:
IOException
-
headers
public Map<String,String> headers()
- Specified by:
headersin interfaceResourcesEndpointProvider
-
builder
public static StaticResourcesEndpointProvider.Builder builder()
-
-