public static interface DescribeScalingProcessTypesResponse.Builder extends AutoScalingResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theProcessType.Builder avoiding the need to create one
manually via ProcessType.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #processes(List.
processes - a consumer that will call methods on
ProcessType.Builder#processes(java.util.Collection) Copyright © 2023. All rights reserved.