public static interface ScalingParametersStatus.Builder extends CopyableBuilder<ScalingParametersStatus.Builder,ScalingParametersStatus>
| Modifier and Type | Method and Description |
|---|---|
default ScalingParametersStatus.Builder |
options(Consumer<ScalingParameters.Builder> options)
Sets the value of the Options property for this object.
|
ScalingParametersStatus.Builder |
options(ScalingParameters options)
Sets the value of the Options property for this object.
|
default ScalingParametersStatus.Builder |
status(Consumer<OptionStatus.Builder> status)
Sets the value of the Status property for this object.
|
ScalingParametersStatus.Builder |
status(OptionStatus status)
Sets the value of the Status property for this object.
|
copyapply, buildScalingParametersStatus.Builder options(ScalingParameters options)
options - The new value for the Options property for this object.default ScalingParametersStatus.Builder options(Consumer<ScalingParameters.Builder> options)
ScalingParameters.Builder avoiding the need to
create one manually via ScalingParameters.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to options(ScalingParameters).options - a consumer that will call methods on ScalingParameters.Builderoptions(ScalingParameters)ScalingParametersStatus.Builder status(OptionStatus status)
status - The new value for the Status property for this object.default ScalingParametersStatus.Builder status(Consumer<OptionStatus.Builder> status)
OptionStatus.Builder avoiding the need to
create one manually via OptionStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to status(OptionStatus).status - a consumer that will call methods on OptionStatus.Builderstatus(OptionStatus)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.