public static interface DescribeTimeBasedAutoScalingResponse.Builder extends OpsWorksResponse.Builder, 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(TimeBasedAutoScalingConfiguration... timeBasedAutoScalingConfigurations)
An array of
TimeBasedAutoScalingConfiguration objects that describe the configuration for the
specified instances. |
build
copy
apply, build
DescribeTimeBasedAutoScalingResponse.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.