public static interface DescribeScalingProcessTypesResponse.Builder extends AutoScalingResponse.Builder, CopyableBuilder<DescribeScalingProcessTypesResponse.Builder,DescribeScalingProcessTypesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeScalingProcessTypesResponse.Builder |
processes(Collection<ProcessType> processes)
The names of the process types.
|
DescribeScalingProcessTypesResponse.Builder |
processes(Consumer<ProcessType.Builder>... processes)
The names of the process types.
|
DescribeScalingProcessTypesResponse.Builder |
processes(ProcessType... processes)
The names of the process types.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.
processes - The names of the process types.DescribeScalingProcessTypesResponse.Builder processes(Consumer<ProcessType.Builder>... processes)
The names of the process types.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #processes(List) .processes - a consumer that will call methods on List.Builder #processes(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.