Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CustomErrorResponses.Builder
Packages that use CustomErrorResponses.Builder
-
Uses of CustomErrorResponses.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CustomErrorResponses.BuilderModifier and TypeMethodDescriptionstatic CustomErrorResponses.BuilderCustomErrorResponses.builder()CustomErrorResponses.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.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.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.The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration.CustomErrorResponses.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CustomErrorResponses.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CustomErrorResponses.Builder>CustomErrorResponses.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type CustomErrorResponses.BuilderModifier and TypeMethodDescriptiondefault 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.