Interface ResponseHeadersPolicyAccessControlAllowMethods.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ResponseHeadersPolicyAccessControlAllowMethods.Builder,ResponseHeadersPolicyAccessControlAllowMethods>,SdkBuilder<ResponseHeadersPolicyAccessControlAllowMethods.Builder,ResponseHeadersPolicyAccessControlAllowMethods>,SdkPojo
- Enclosing class:
- ResponseHeadersPolicyAccessControlAllowMethods
@Mutable @NotThreadSafe public static interface ResponseHeadersPolicyAccessControlAllowMethods.Builder extends SdkPojo, CopyableBuilder<ResponseHeadersPolicyAccessControlAllowMethods.Builder,ResponseHeadersPolicyAccessControlAllowMethods>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResponseHeadersPolicyAccessControlAllowMethods.Builderitems(Collection<ResponseHeadersPolicyAccessControlAllowMethodsValues> items)The list of HTTP methods.ResponseHeadersPolicyAccessControlAllowMethods.Builderitems(ResponseHeadersPolicyAccessControlAllowMethodsValues... items)The list of HTTP methods.ResponseHeadersPolicyAccessControlAllowMethods.BuilderitemsWithStrings(String... items)The list of HTTP methods.ResponseHeadersPolicyAccessControlAllowMethods.BuilderitemsWithStrings(Collection<String> items)The list of HTTP methods.ResponseHeadersPolicyAccessControlAllowMethods.Builderquantity(Integer quantity)The number of HTTP methods in the list.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
quantity
ResponseHeadersPolicyAccessControlAllowMethods.Builder quantity(Integer quantity)
The number of HTTP methods in the list.
- Parameters:
quantity- The number of HTTP methods in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
itemsWithStrings
ResponseHeadersPolicyAccessControlAllowMethods.Builder itemsWithStrings(Collection<String> items)
The list of HTTP methods. Valid values are:
-
GET -
DELETE -
HEAD -
OPTIONS -
PATCH -
POST -
PUT -
ALL
ALLis a special value that includes all of the listed HTTP methods.- Parameters:
items- The list of HTTP methods. Valid values are:-
GET -
DELETE -
HEAD -
OPTIONS -
PATCH -
POST -
PUT -
ALL
ALLis a special value that includes all of the listed HTTP methods.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
itemsWithStrings
ResponseHeadersPolicyAccessControlAllowMethods.Builder itemsWithStrings(String... items)
The list of HTTP methods. Valid values are:
-
GET -
DELETE -
HEAD -
OPTIONS -
PATCH -
POST -
PUT -
ALL
ALLis a special value that includes all of the listed HTTP methods.- Parameters:
items- The list of HTTP methods. Valid values are:-
GET -
DELETE -
HEAD -
OPTIONS -
PATCH -
POST -
PUT -
ALL
ALLis a special value that includes all of the listed HTTP methods.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
items
ResponseHeadersPolicyAccessControlAllowMethods.Builder items(Collection<ResponseHeadersPolicyAccessControlAllowMethodsValues> items)
The list of HTTP methods. Valid values are:
-
GET -
DELETE -
HEAD -
OPTIONS -
PATCH -
POST -
PUT -
ALL
ALLis a special value that includes all of the listed HTTP methods.- Parameters:
items- The list of HTTP methods. Valid values are:-
GET -
DELETE -
HEAD -
OPTIONS -
PATCH -
POST -
PUT -
ALL
ALLis a special value that includes all of the listed HTTP methods.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
items
ResponseHeadersPolicyAccessControlAllowMethods.Builder items(ResponseHeadersPolicyAccessControlAllowMethodsValues... items)
The list of HTTP methods. Valid values are:
-
GET -
DELETE -
HEAD -
OPTIONS -
PATCH -
POST -
PUT -
ALL
ALLis a special value that includes all of the listed HTTP methods.- Parameters:
items- The list of HTTP methods. Valid values are:-
GET -
DELETE -
HEAD -
OPTIONS -
PATCH -
POST -
PUT -
ALL
ALLis a special value that includes all of the listed HTTP methods.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
-