public static interface DeleteAutoScalingConfigurationResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<DeleteAutoScalingConfigurationResponse.Builder,DeleteAutoScalingConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteAutoScalingConfigurationResponse.Builder |
autoScalingConfiguration(AutoScalingConfiguration autoScalingConfiguration)
A description of the App Runner auto scaling configuration that this request just deleted.
|
default DeleteAutoScalingConfigurationResponse.Builder |
autoScalingConfiguration(Consumer<AutoScalingConfiguration.Builder> autoScalingConfiguration)
A description of the App Runner auto scaling configuration that this request just deleted.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteAutoScalingConfigurationResponse.Builder autoScalingConfiguration(AutoScalingConfiguration autoScalingConfiguration)
A description of the App Runner auto scaling configuration that this request just deleted.
autoScalingConfiguration - A description of the App Runner auto scaling configuration that this request just deleted.default DeleteAutoScalingConfigurationResponse.Builder autoScalingConfiguration(Consumer<AutoScalingConfiguration.Builder> autoScalingConfiguration)
A description of the App Runner auto scaling configuration that this request just deleted.
This is a convenience 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 © 2021. All rights reserved.