public static interface MaintenanceWindowTaskParameterValueExpression.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<MaintenanceWindowTaskParameterValueExpression.Builder,MaintenanceWindowTaskParameterValueExpression>
| Modifier and Type | Method and Description |
|---|---|
MaintenanceWindowTaskParameterValueExpression.Builder |
values(Collection<String> values)
This field contains an array of 0 or more strings, each 1 to 255 characters in length.
|
MaintenanceWindowTaskParameterValueExpression.Builder |
values(String... values)
This field contains an array of 0 or more strings, each 1 to 255 characters in length.
|
copyapply, buildMaintenanceWindowTaskParameterValueExpression.Builder values(Collection<String> values)
This field contains an array of 0 or more strings, each 1 to 255 characters in length.
values - This field contains an array of 0 or more strings, each 1 to 255 characters in length.MaintenanceWindowTaskParameterValueExpression.Builder values(String... values)
This field contains an array of 0 or more strings, each 1 to 255 characters in length.
NOTE: This method appends the values to the existing list (if any). Use
#setValues(java.util.Collection) or #withValues(java.util.Collection) if you want to override
the existing values.
values - This field contains an array of 0 or more strings, each 1 to 255 characters in length.Copyright © 2017. All rights reserved.