CopyableBuilder<Aliases.Builder,Aliases>
, SdkBuilder<Aliases.Builder,Aliases>
public static interface Aliases.Builder extends CopyableBuilder<Aliases.Builder,Aliases>
Modifier and Type | Method | Description |
---|---|---|
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 |
items(Collection<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.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setItems(java.util.Collection)
or #withItems(java.util.Collection)
if you want to override
the existing values.
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.