static AllowedMethods.Builder |
AllowedMethods.builder() |
|
default AllowedMethods.Builder |
AllowedMethods.Builder.cachedMethods(Consumer<CachedMethods.Builder> cachedMethods) |
Sets the value of the CachedMethods property for this object.
|
AllowedMethods.Builder |
AllowedMethods.Builder.cachedMethods(CachedMethods cachedMethods) |
Sets the value of the CachedMethods property for this object.
|
AllowedMethods.Builder |
AllowedMethods.Builder.items(Collection<Method> items) |
A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.
|
AllowedMethods.Builder |
AllowedMethods.Builder.items(Method... items) |
A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.
|
AllowedMethods.Builder |
AllowedMethods.Builder.itemsWithStrings(String... items) |
A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.
|
AllowedMethods.Builder |
AllowedMethods.Builder.itemsWithStrings(Collection<String> items) |
A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.
|
AllowedMethods.Builder |
AllowedMethods.Builder.quantity(Integer quantity) |
The number of HTTP methods that you want CloudFront to forward to your origin.
|
AllowedMethods.Builder |
AllowedMethods.toBuilder() |
|