public static interface CreateAutoScalingConfigurationResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<CreateAutoScalingConfigurationResponse.Builder,CreateAutoScalingConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateAutoScalingConfigurationResponse.Builder |
autoScalingConfiguration(AutoScalingConfiguration autoScalingConfiguration)
A description of the App Runner auto scaling configuration that's created by this request.
|
default CreateAutoScalingConfigurationResponse.Builder |
autoScalingConfiguration(Consumer<AutoScalingConfiguration.Builder> autoScalingConfiguration)
A description of the App Runner auto scaling configuration that's created by this request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAutoScalingConfigurationResponse.Builder autoScalingConfiguration(AutoScalingConfiguration autoScalingConfiguration)
A description of the App Runner auto scaling configuration that's created by this request.
autoScalingConfiguration - A description of the App Runner auto scaling configuration that's created by this request.default CreateAutoScalingConfigurationResponse.Builder autoScalingConfiguration(Consumer<AutoScalingConfiguration.Builder> autoScalingConfiguration)
A description of the App Runner auto scaling configuration that's created by this request.
This is a convenience method that creates an instance of theAutoScalingConfiguration.Builder
avoiding the need to create one manually via AutoScalingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to autoScalingConfiguration(AutoScalingConfiguration).autoScalingConfiguration - a consumer that will call methods on AutoScalingConfiguration.BuilderautoScalingConfiguration(AutoScalingConfiguration)Copyright © 2022. All rights reserved.