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 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.