public static interface DescribeTimeBasedAutoScalingResponse.Builder extends OpsWorksResponse.Builder, SdkPojo, CopyableBuilder<DescribeTimeBasedAutoScalingResponse.Builder,DescribeTimeBasedAutoScalingResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTimeBasedAutoScalingResponse.Builder |
timeBasedAutoScalingConfigurations(Collection<TimeBasedAutoScalingConfiguration> timeBasedAutoScalingConfigurations)
An array of
TimeBasedAutoScalingConfiguration objects that describe the configuration for the
specified instances. |
DescribeTimeBasedAutoScalingResponse.Builder |
timeBasedAutoScalingConfigurations(Consumer<TimeBasedAutoScalingConfiguration.Builder>... timeBasedAutoScalingConfigurations)
An array of
TimeBasedAutoScalingConfiguration objects that describe the configuration for the
specified instances. |
DescribeTimeBasedAutoScalingResponse.Builder |
timeBasedAutoScalingConfigurations(TimeBasedAutoScalingConfiguration... timeBasedAutoScalingConfigurations)
An array of
TimeBasedAutoScalingConfiguration objects that describe the configuration for the
specified instances. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTimeBasedAutoScalingResponse.Builder timeBasedAutoScalingConfigurations(Collection<TimeBasedAutoScalingConfiguration> timeBasedAutoScalingConfigurations)
An array of TimeBasedAutoScalingConfiguration objects that describe the configuration for the
specified instances.
timeBasedAutoScalingConfigurations - An array of TimeBasedAutoScalingConfiguration objects that describe the configuration for
the specified instances.DescribeTimeBasedAutoScalingResponse.Builder timeBasedAutoScalingConfigurations(TimeBasedAutoScalingConfiguration... timeBasedAutoScalingConfigurations)
An array of TimeBasedAutoScalingConfiguration objects that describe the configuration for the
specified instances.
timeBasedAutoScalingConfigurations - An array of TimeBasedAutoScalingConfiguration objects that describe the configuration for
the specified instances.DescribeTimeBasedAutoScalingResponse.Builder timeBasedAutoScalingConfigurations(Consumer<TimeBasedAutoScalingConfiguration.Builder>... timeBasedAutoScalingConfigurations)
An array of TimeBasedAutoScalingConfiguration objects that describe the configuration for the
specified instances.
TimeBasedAutoScalingConfiguration.Builder avoiding the
need to create one manually via
TimeBasedAutoScalingConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #timeBasedAutoScalingConfigurations(List.
timeBasedAutoScalingConfigurations - a consumer that will call methods on
TimeBasedAutoScalingConfiguration.Builder#timeBasedAutoScalingConfigurations(java.util.Collection) Copyright © 2023. All rights reserved.