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