public static interface DescribeBatchDeleteConfigurationTaskResponse.Builder extends ApplicationDiscoveryResponse.Builder, SdkPojo, CopyableBuilder<DescribeBatchDeleteConfigurationTaskResponse.Builder,DescribeBatchDeleteConfigurationTaskResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeBatchDeleteConfigurationTaskResponse.Builder |
task(BatchDeleteConfigurationTask task)
The
BatchDeleteConfigurationTask that represents the deletion task being executed. |
default DescribeBatchDeleteConfigurationTaskResponse.Builder |
task(Consumer<BatchDeleteConfigurationTask.Builder> task)
The
BatchDeleteConfigurationTask that represents the deletion task being executed. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeBatchDeleteConfigurationTaskResponse.Builder task(BatchDeleteConfigurationTask task)
The BatchDeleteConfigurationTask that represents the deletion task being executed.
task - The BatchDeleteConfigurationTask that represents the deletion task being executed.default DescribeBatchDeleteConfigurationTaskResponse.Builder task(Consumer<BatchDeleteConfigurationTask.Builder> task)
The BatchDeleteConfigurationTask that represents the deletion task being executed.
BatchDeleteConfigurationTask.Builder
avoiding the need to create one manually via BatchDeleteConfigurationTask.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to task(BatchDeleteConfigurationTask).
task - a consumer that will call methods on BatchDeleteConfigurationTask.Buildertask(BatchDeleteConfigurationTask)Copyright © 2023. All rights reserved.