Interface PredefinedAttributeValues.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PredefinedAttributeValues.Builder,PredefinedAttributeValues>,SdkBuilder<PredefinedAttributeValues.Builder,PredefinedAttributeValues>,SdkPojo
- Enclosing class:
- PredefinedAttributeValues
public static interface PredefinedAttributeValues.Builder extends SdkPojo, CopyableBuilder<PredefinedAttributeValues.Builder,PredefinedAttributeValues>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PredefinedAttributeValues.BuilderstringList(String... stringList)Predefined attribute values of type string list.PredefinedAttributeValues.BuilderstringList(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, sdkFields
-
-
-
-
Method Detail
-
stringList
PredefinedAttributeValues.Builder stringList(Collection<String> 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
PredefinedAttributeValues.Builder stringList(String... 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.
-
-