Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CustomErrorResponses.Builder
-
Packages that use CustomErrorResponses.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of CustomErrorResponses.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CustomErrorResponses.Builder Modifier and Type Method Description static CustomErrorResponses.BuilderCustomErrorResponses. builder()CustomErrorResponses.BuilderCustomErrorResponses.Builder. items(Collection<CustomErrorResponse> items)A complex type that contains aCustomErrorResponseelement for each HTTP status code for which you want to specify a custom error page and/or a caching duration.CustomErrorResponses.BuilderCustomErrorResponses.Builder. items(Consumer<CustomErrorResponse.Builder>... items)A complex type that contains aCustomErrorResponseelement for each HTTP status code for which you want to specify a custom error page and/or a caching duration.CustomErrorResponses.BuilderCustomErrorResponses.Builder. items(CustomErrorResponse... items)A complex type that contains aCustomErrorResponseelement for each HTTP status code for which you want to specify a custom error page and/or a caching duration.CustomErrorResponses.BuilderCustomErrorResponses.Builder. quantity(Integer quantity)The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration.CustomErrorResponses.BuilderCustomErrorResponses. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CustomErrorResponses.Builder Modifier and Type Method Description static Class<? extends CustomErrorResponses.Builder>CustomErrorResponses. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type CustomErrorResponses.Builder Modifier and Type Method Description default DistributionConfig.BuilderDistributionConfig.Builder. customErrorResponses(Consumer<CustomErrorResponses.Builder> customErrorResponses)A complex type that controls the following:default DistributionSummary.BuilderDistributionSummary.Builder. customErrorResponses(Consumer<CustomErrorResponses.Builder> customErrorResponses)A complex type that contains zero or moreCustomErrorResponseselements.
-