public static interface Aliases.Builder extends SdkPojo, CopyableBuilder<Aliases.Builder,Aliases>
Modifier and Type | Method and Description |
---|---|
Aliases.Builder |
items(Collection<String> items)
A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.
|
Aliases.Builder |
items(String... items)
A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.
|
Aliases.Builder |
quantity(Integer quantity)
The number of CNAME aliases, if any, that you want to associate with this distribution.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Aliases.Builder quantity(Integer quantity)
The number of CNAME aliases, if any, that you want to associate with this distribution.
quantity
- The number of CNAME aliases, if any, that you want to associate with this distribution.Aliases.Builder items(Collection<String> items)
A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.
items
- A complex type that contains the CNAME aliases, if any, that you want to associate with this
distribution.Aliases.Builder items(String... items)
A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.
items
- A complex type that contains the CNAME aliases, if any, that you want to associate with this
distribution.Copyright © 2019. All rights reserved.