public static interface ResponseHeadersPolicyAccessControlAllowMethods.Builder extends SdkPojo, CopyableBuilder<ResponseHeadersPolicyAccessControlAllowMethods.Builder,ResponseHeadersPolicyAccessControlAllowMethods>
| Modifier and Type | Method and Description |
|---|---|
ResponseHeadersPolicyAccessControlAllowMethods.Builder |
items(Collection<ResponseHeadersPolicyAccessControlAllowMethodsValues> items)
The list of HTTP methods.
|
ResponseHeadersPolicyAccessControlAllowMethods.Builder |
items(ResponseHeadersPolicyAccessControlAllowMethodsValues... items)
The list of HTTP methods.
|
ResponseHeadersPolicyAccessControlAllowMethods.Builder |
itemsWithStrings(Collection<String> items)
The list of HTTP methods.
|
ResponseHeadersPolicyAccessControlAllowMethods.Builder |
itemsWithStrings(String... items)
The list of HTTP methods.
|
ResponseHeadersPolicyAccessControlAllowMethods.Builder |
quantity(Integer quantity)
The number of HTTP methods in the list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResponseHeadersPolicyAccessControlAllowMethods.Builder quantity(Integer quantity)
The number of HTTP methods in the list.
quantity - The number of HTTP methods in the list.ResponseHeadersPolicyAccessControlAllowMethods.Builder itemsWithStrings(Collection<String> items)
The list of HTTP methods. Valid values are:
GET
DELETE
HEAD
OPTIONS
PATCH
POST
PUT
ALL
ALL is a special value that includes all of the listed HTTP methods.
items - The list of HTTP methods. Valid values are:
GET
DELETE
HEAD
OPTIONS
PATCH
POST
PUT
ALL
ALL is a special value that includes all of the listed HTTP methods.
ResponseHeadersPolicyAccessControlAllowMethods.Builder itemsWithStrings(String... items)
The list of HTTP methods. Valid values are:
GET
DELETE
HEAD
OPTIONS
PATCH
POST
PUT
ALL
ALL is a special value that includes all of the listed HTTP methods.
items - The list of HTTP methods. Valid values are:
GET
DELETE
HEAD
OPTIONS
PATCH
POST
PUT
ALL
ALL is a special value that includes all of the listed HTTP methods.
ResponseHeadersPolicyAccessControlAllowMethods.Builder items(Collection<ResponseHeadersPolicyAccessControlAllowMethodsValues> items)
The list of HTTP methods. Valid values are:
GET
DELETE
HEAD
OPTIONS
PATCH
POST
PUT
ALL
ALL is a special value that includes all of the listed HTTP methods.
items - The list of HTTP methods. Valid values are:
GET
DELETE
HEAD
OPTIONS
PATCH
POST
PUT
ALL
ALL is a special value that includes all of the listed HTTP methods.
ResponseHeadersPolicyAccessControlAllowMethods.Builder items(ResponseHeadersPolicyAccessControlAllowMethodsValues... items)
The list of HTTP methods. Valid values are:
GET
DELETE
HEAD
OPTIONS
PATCH
POST
PUT
ALL
ALL is a special value that includes all of the listed HTTP methods.
items - The list of HTTP methods. Valid values are:
GET
DELETE
HEAD
OPTIONS
PATCH
POST
PUT
ALL
ALL is a special value that includes all of the listed HTTP methods.
Copyright © 2023. All rights reserved.