Interface StaticValue.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StaticValue.Builder,
,StaticValue> SdkBuilder<StaticValue.Builder,
,StaticValue> SdkPojo
- Enclosing class:
StaticValue
@Mutable
@NotThreadSafe
public static interface StaticValue.Builder
extends SdkPojo, CopyableBuilder<StaticValue.Builder,StaticValue>
-
Method Summary
Modifier and TypeMethodDescriptionA list of values.values
(Collection<String> values) A list of values.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
-
values
A list of values. For example, the ARN of the assumed role.
- Parameters:
values
- A list of values. For example, the ARN of the assumed role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
A list of values. For example, the ARN of the assumed role.
- Parameters:
values
- A list of values. For example, the ARN of the assumed role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-