public static interface StaticValue.Builder extends SdkPojo, CopyableBuilder<StaticValue.Builder,StaticValue>
| Modifier and Type | Method and Description |
|---|---|
StaticValue.Builder |
values(Collection<String> values)
A list of values.
|
StaticValue.Builder |
values(String... values)
A list of values.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStaticValue.Builder values(Collection<String> values)
A list of values. For example, the ARN of the assumed role.
values - A list of values. For example, the ARN of the assumed role.StaticValue.Builder values(String... values)
A list of values. For example, the ARN of the assumed role.
values - A list of values. For example, the ARN of the assumed role.Copyright © 2023. All rights reserved.