Interface PredefinedAttributeValues.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PredefinedAttributeValues.Builder,
,PredefinedAttributeValues> SdkBuilder<PredefinedAttributeValues.Builder,
,PredefinedAttributeValues> SdkPojo
- Enclosing class:
PredefinedAttributeValues
@Mutable
@NotThreadSafe
public static interface PredefinedAttributeValues.Builder
extends SdkPojo, CopyableBuilder<PredefinedAttributeValues.Builder,PredefinedAttributeValues>
-
Method Summary
Modifier and TypeMethodDescriptionstringList
(String... stringList) Predefined attribute values of type string list.stringList
(Collection<String> stringList) Predefined attribute values of type string 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
-
stringList
Predefined attribute values of type string list.
- Parameters:
stringList
- Predefined attribute values of type string list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stringList
Predefined attribute values of type string list.
- Parameters:
stringList
- Predefined attribute values of type string list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-