public static interface UpdateScalingPlanRequest.Builder extends AutoScalingPlansRequest.Builder, SdkPojo, CopyableBuilder<UpdateScalingPlanRequest.Builder,UpdateScalingPlanRequest>
build
overrideConfiguration
copy
applyMutation, build
UpdateScalingPlanRequest.Builder scalingPlanName(String scalingPlanName)
The name of the scaling plan.
scalingPlanName
- The name of the scaling plan.UpdateScalingPlanRequest.Builder scalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan.
scalingPlanVersion
- The version number of the scaling plan.UpdateScalingPlanRequest.Builder applicationSource(ApplicationSource applicationSource)
A CloudFormation stack or set of tags.
applicationSource
- A CloudFormation stack or set of tags.default UpdateScalingPlanRequest.Builder applicationSource(Consumer<ApplicationSource.Builder> applicationSource)
A CloudFormation stack or set of tags.
This is a convenience that creates an instance of theApplicationSource.Builder
avoiding the need to
create one manually via ApplicationSource.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to applicationSource(ApplicationSource)
.applicationSource
- a consumer that will call methods on ApplicationSource.Builder
applicationSource(ApplicationSource)
UpdateScalingPlanRequest.Builder scalingInstructions(Collection<ScalingInstruction> scalingInstructions)
The scaling instructions.
scalingInstructions
- The scaling instructions.UpdateScalingPlanRequest.Builder scalingInstructions(ScalingInstruction... scalingInstructions)
The scaling instructions.
scalingInstructions
- The scaling instructions.UpdateScalingPlanRequest.Builder scalingInstructions(Consumer<ScalingInstruction.Builder>... scalingInstructions)
The scaling instructions.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #scalingInstructions(List)
.scalingInstructions
- a consumer that will call methods on List.Builder
#scalingInstructions(List)
UpdateScalingPlanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateScalingPlanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.