Interface CookieNames.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CookieNames.Builder,
,CookieNames> SdkBuilder<CookieNames.Builder,
,CookieNames> SdkPojo
- Enclosing class:
CookieNames
@Mutable
@NotThreadSafe
public static interface CookieNames.Builder
extends SdkPojo, CopyableBuilder<CookieNames.Builder,CookieNames>
-
Method Summary
Modifier and TypeMethodDescriptionA list of cookie names.items
(Collection<String> items) A list of cookie names.The number of cookie names in theItems
list.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, sdkFieldNameToField, sdkFields
-
Method Details
-
quantity
The number of cookie names in the
Items
list.- Parameters:
quantity
- The number of cookie names in theItems
list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
A list of cookie names.
- Parameters:
items
- A list of cookie names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
A list of cookie names.
- Parameters:
items
- A list of cookie names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-