CopyableBuilder<DescribeTimeBasedAutoScalingResponse.Builder,DescribeTimeBasedAutoScalingResponse>, SdkBuilder<DescribeTimeBasedAutoScalingResponse.Builder,DescribeTimeBasedAutoScalingResponse>public static interface DescribeTimeBasedAutoScalingResponse.Builder extends CopyableBuilder<DescribeTimeBasedAutoScalingResponse.Builder,DescribeTimeBasedAutoScalingResponse>
| Modifier and Type | Method | 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. |
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setTimeBasedAutoScalingConfigurations(java.util.Collection) or
#withTimeBasedAutoScalingConfigurations(java.util.Collection) if you want to override the existing
values.
timeBasedAutoScalingConfigurations - An array of TimeBasedAutoScalingConfiguration objects that describe the configuration for
the specified instances.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.