Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CustomErrorResponse.Builder
Packages that use CustomErrorResponse.Builder
-
Uses of CustomErrorResponse.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CustomErrorResponse.BuilderModifier and TypeMethodDescriptionstatic CustomErrorResponse.BuilderCustomErrorResponse.builder()CustomErrorResponse.Builder.errorCachingMinTTL(Long errorCachingMinTTL) The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified inErrorCode.The HTTP status code for which you want to specify a custom error page and/or a caching duration.CustomErrorResponse.Builder.responseCode(String responseCode) The HTTP status code that you want CloudFront to return to the viewer along with the custom error page.CustomErrorResponse.Builder.responsePagePath(String responsePagePath) The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified byErrorCode, for example,/4xx-errors/403-forbidden.html.CustomErrorResponse.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CustomErrorResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CustomErrorResponse.Builder>CustomErrorResponse.serializableBuilderClass()