Interface Aliases.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<Aliases.Builder,Aliases>
,SdkBuilder<Aliases.Builder,Aliases>
,SdkPojo
- Enclosing class:
- Aliases
public static interface Aliases.Builder extends SdkPojo, CopyableBuilder<Aliases.Builder,Aliases>
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
quantity
Aliases.Builder quantity(Integer quantity)
The number of CNAME aliases, if any, that you want to associate with this distribution.
- Parameters:
quantity
- The number of CNAME aliases, if any, that you want to associate with this distribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
Aliases.Builder items(Collection<String> items)
A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.
- Parameters:
items
- A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
Aliases.Builder items(String... items)
A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.
- Parameters:
items
- A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-