Interface ResponseHeadersPolicyAccessControlAllowOrigins.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ResponseHeadersPolicyAccessControlAllowOrigins.Builder,,ResponseHeadersPolicyAccessControlAllowOrigins> SdkBuilder<ResponseHeadersPolicyAccessControlAllowOrigins.Builder,,ResponseHeadersPolicyAccessControlAllowOrigins> SdkPojo
- Enclosing class:
 ResponseHeadersPolicyAccessControlAllowOrigins
public static interface ResponseHeadersPolicyAccessControlAllowOrigins.Builder
extends SdkPojo, CopyableBuilder<ResponseHeadersPolicyAccessControlAllowOrigins.Builder,ResponseHeadersPolicyAccessControlAllowOrigins> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe list of origins (domain names).items(Collection<String> items) The list of origins (domain names).The number of origins in the list.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
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
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.
 
 
 -