CopyableBuilder<DescribeScalingProcessTypesResponse.Builder,DescribeScalingProcessTypesResponse>, SdkBuilder<DescribeScalingProcessTypesResponse.Builder,DescribeScalingProcessTypesResponse>public static interface DescribeScalingProcessTypesResponse.Builder extends CopyableBuilder<DescribeScalingProcessTypesResponse.Builder,DescribeScalingProcessTypesResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeScalingProcessTypesResponse.Builder |
processes(Collection<ProcessType> processes) |
The names of the process types.
|
DescribeScalingProcessTypesResponse.Builder |
processes(ProcessType... processes) |
The names of the process types.
|
copyapply, buildDescribeScalingProcessTypesResponse.Builder processes(Collection<ProcessType> processes)
The names of the process types.
processes - The names of the process types.DescribeScalingProcessTypesResponse.Builder processes(ProcessType... processes)
The names of the process types.
NOTE: This method appends the values to the existing list (if any). Use
#setProcesses(java.util.Collection) or #withProcesses(java.util.Collection) if you want to
override the existing values.
processes - The names of the process types.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.