Interface ResponseHeadersPolicyAccessControlAllowOrigins.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ResponseHeadersPolicyAccessControlAllowOrigins.Builder,ResponseHeadersPolicyAccessControlAllowOrigins>,SdkBuilder<ResponseHeadersPolicyAccessControlAllowOrigins.Builder,ResponseHeadersPolicyAccessControlAllowOrigins>,SdkPojo
- Enclosing class:
- ResponseHeadersPolicyAccessControlAllowOrigins
@Mutable @NotThreadSafe public static interface ResponseHeadersPolicyAccessControlAllowOrigins.Builder extends SdkPojo, CopyableBuilder<ResponseHeadersPolicyAccessControlAllowOrigins.Builder,ResponseHeadersPolicyAccessControlAllowOrigins>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResponseHeadersPolicyAccessControlAllowOrigins.Builderitems(String... items)The list of origins (domain names).ResponseHeadersPolicyAccessControlAllowOrigins.Builderitems(Collection<String> items)The list of origins (domain names).ResponseHeadersPolicyAccessControlAllowOrigins.Builderquantity(Integer quantity)The number of origins 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
ResponseHeadersPolicyAccessControlAllowOrigins.Builder quantity(Integer quantity)
The number of origins in the list.
- Parameters:
quantity- The number of origins in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ResponseHeadersPolicyAccessControlAllowOrigins.Builder items(Collection<String> items)
The list of origins (domain names). You can specify
*to allow all origins.- Parameters:
items- The list of origins (domain names). You can specify*to allow all origins.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ResponseHeadersPolicyAccessControlAllowOrigins.Builder items(String... items)
The list of origins (domain names). You can specify
*to allow all origins.- Parameters:
items- The list of origins (domain names). You can specify*to allow all origins.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-