public static interface Aliases.Builder extends 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.
|
copyapply, buildAliases.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.