Interface CacheBehaviors.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CacheBehaviors.Builder,,CacheBehaviors> SdkBuilder<CacheBehaviors.Builder,,CacheBehaviors> SdkPojo
- Enclosing class:
CacheBehaviors
public static interface CacheBehaviors.Builder
extends SdkPojo, CopyableBuilder<CacheBehaviors.Builder,CacheBehaviors>
-
Method Summary
Modifier and TypeMethodDescriptionitems(Collection<CacheBehavior> items) Optional: A complex type that contains cache behaviors for this distribution.items(Consumer<CacheBehavior.Builder>... items) Optional: A complex type that contains cache behaviors for this distribution.items(CacheBehavior... items) Optional: A complex type that contains cache behaviors for this distribution.The number of cache behaviors for this distribution.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
quantity
The number of cache behaviors for this distribution.
- Parameters:
quantity- The number of cache behaviors for this distribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
Optional: A complex type that contains cache behaviors for this distribution. If
Quantityis0, you can omitItems.- Parameters:
items- Optional: A complex type that contains cache behaviors for this distribution. IfQuantityis0, you can omitItems.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
Optional: A complex type that contains cache behaviors for this distribution. If
Quantityis0, you can omitItems.- Parameters:
items- Optional: A complex type that contains cache behaviors for this distribution. IfQuantityis0, you can omitItems.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
Optional: A complex type that contains cache behaviors for this distribution. If
This is a convenience method that creates an instance of theQuantityis0, you can omitItems.CacheBehavior.Builderavoiding the need to create one manually viaCacheBehavior.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<CacheBehavior>).- Parameters:
items- a consumer that will call methods onCacheBehavior.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-