Interface MaintenanceWindowTaskParameterValueExpression.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<MaintenanceWindowTaskParameterValueExpression.Builder,,- MaintenanceWindowTaskParameterValueExpression> - SdkBuilder<MaintenanceWindowTaskParameterValueExpression.Builder,,- MaintenanceWindowTaskParameterValueExpression> - SdkPojo
- Enclosing class:
- MaintenanceWindowTaskParameterValueExpression
@Mutable
@NotThreadSafe
public static interface MaintenanceWindowTaskParameterValueExpression.Builder
extends SdkPojo, CopyableBuilder<MaintenanceWindowTaskParameterValueExpression.Builder,MaintenanceWindowTaskParameterValueExpression> 
- 
Method SummaryModifier and TypeMethodDescriptionThis field contains an array of 0 or more strings, each 1 to 255 characters in length.values(Collection<String> values) This field contains an array of 0 or more strings, each 1 to 255 characters in length.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
valuesThis field contains an array of 0 or more strings, each 1 to 255 characters in length. - Parameters:
- values- This field contains an array of 0 or more strings, each 1 to 255 characters in length.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valuesThis field contains an array of 0 or more strings, each 1 to 255 characters in length. - Parameters:
- values- This field contains an array of 0 or more strings, each 1 to 255 characters in length.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-