public static interface ResponseHeadersPolicyAccessControlAllowOrigins.Builder extends SdkPojo, CopyableBuilder<ResponseHeadersPolicyAccessControlAllowOrigins.Builder,ResponseHeadersPolicyAccessControlAllowOrigins>
| Modifier and Type | Method and Description |
|---|---|
ResponseHeadersPolicyAccessControlAllowOrigins.Builder |
items(Collection<String> items)
The list of origins (domain names).
|
ResponseHeadersPolicyAccessControlAllowOrigins.Builder |
items(String... items)
The list of origins (domain names).
|
ResponseHeadersPolicyAccessControlAllowOrigins.Builder |
quantity(Integer quantity)
The number of origins in the list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResponseHeadersPolicyAccessControlAllowOrigins.Builder quantity(Integer quantity)
The number of origins in the list.
quantity - The number of origins in the list.ResponseHeadersPolicyAccessControlAllowOrigins.Builder items(Collection<String> items)
The list of origins (domain names). You can specify * to allow all origins.
items - The list of origins (domain names). You can specify * to allow all origins.ResponseHeadersPolicyAccessControlAllowOrigins.Builder items(String... items)
The list of origins (domain names). You can specify * to allow all origins.
items - The list of origins (domain names). You can specify * to allow all origins.Copyright © 2023. All rights reserved.