Class IgnoreConfiguredEndpointUrlsProvider
java.lang.Object
software.amazon.awssdk.awscore.endpoint.IgnoreConfiguredEndpointUrlsProvider
Resolves whether configured endpoint URLs should be ignored. This checks the system property, environment variable,
and profile file for the
ignore_configured_endpoint_urls setting.
When this returns true, the SDK will not read endpoint URLs from environment variables, system properties,
or the shared configuration file. Programmatic endpoint overrides on the client builder are not affected.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Returnstruewhen configured endpoint URLs should be ignored,falseotherwise.
-
Method Details
-
builder
-
ignoreConfiguredEndpointUrls
Returnstruewhen configured endpoint URLs should be ignored,falseotherwise. Resolution order: system property, then environment variable, then profile file. If none are set, returns empty.
-