public static interface Origins.Builder extends CopyableBuilder<Origins.Builder,Origins>
Modifier and Type | Method and Description |
---|---|
Origins.Builder |
items(Collection<Origin> items)
A complex type that contains origins for this distribution.
|
Origins.Builder |
items(Origin... items)
A complex type that contains origins for this distribution.
|
Origins.Builder |
quantity(Integer quantity)
The number of origins for this distribution.
|
copy
apply, build
Origins.Builder quantity(Integer quantity)
The number of origins for this distribution.
quantity
- The number of origins for this distribution.Origins.Builder items(Collection<Origin> items)
A complex type that contains origins for this distribution.
items
- A complex type that contains origins for this distribution.Origins.Builder items(Origin... items)
A complex type that contains origins for this distribution.
items
- A complex type that contains origins for this distribution.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.