Class Route53IdInterceptor

java.lang.Object
software.amazon.awssdk.services.route53.internal.Route53IdInterceptor
All Implemented Interfaces:
ExecutionInterceptor

@SdkInternalApi public final class Route53IdInterceptor extends Object implements ExecutionInterceptor
Route 53 returns a portion of the URL resource path as the ID for a few elements, but when the service accepts those IDs, the resource path portion cannot be included, otherwise requests fail. This handler removes those partial resource path elements from IDs returned by Route 53.