CopyableBuilder<CacheBehaviors.Builder,CacheBehaviors>, SdkBuilder<CacheBehaviors.Builder,CacheBehaviors>public static interface CacheBehaviors.Builder extends CopyableBuilder<CacheBehaviors.Builder,CacheBehaviors>
| Modifier and Type | Method | Description |
|---|---|---|
CacheBehaviors.Builder |
items(Collection<CacheBehavior> items) |
Optional: A complex type that contains cache behaviors for this distribution.
|
CacheBehaviors.Builder |
items(CacheBehavior... items) |
Optional: A complex type that contains cache behaviors for this distribution.
|
CacheBehaviors.Builder |
quantity(Integer quantity) |
The number of cache behaviors for this distribution.
|
copyapply, buildCacheBehaviors.Builder quantity(Integer quantity)
The number of cache behaviors for this distribution.
quantity - The number of cache behaviors for this distribution.CacheBehaviors.Builder items(Collection<CacheBehavior> items)
Optional: A complex type that contains cache behaviors for this distribution. If Quantity is
0, you can omit Items.
items - Optional: A complex type that contains cache behaviors for this distribution. If Quantity
is 0, you can omit Items.CacheBehaviors.Builder items(CacheBehavior... items)
Optional: A complex type that contains cache behaviors for this distribution. If Quantity is
0, you can omit Items.
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 - Optional: A complex type that contains cache behaviors for this distribution. If Quantity
is 0, you can omit Items.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.