Interface DescribeBatchDeleteConfigurationTaskResponse.Builder
- All Superinterfaces:
ApplicationDiscoveryResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeBatchDeleteConfigurationTaskResponse.Builder,
,DescribeBatchDeleteConfigurationTaskResponse> SdkBuilder<DescribeBatchDeleteConfigurationTaskResponse.Builder,
,DescribeBatchDeleteConfigurationTaskResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeBatchDeleteConfigurationTaskResponse
public static interface DescribeBatchDeleteConfigurationTaskResponse.Builder
extends ApplicationDiscoveryResponse.Builder, SdkPojo, CopyableBuilder<DescribeBatchDeleteConfigurationTaskResponse.Builder,DescribeBatchDeleteConfigurationTaskResponse>
-
Method Summary
Modifier and TypeMethodDescriptionTheBatchDeleteConfigurationTask
that represents the deletion task being executed.TheBatchDeleteConfigurationTask
that represents the deletion task being executed.Methods inherited from interface software.amazon.awssdk.services.applicationdiscovery.model.ApplicationDiscoveryResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
task
The
BatchDeleteConfigurationTask
that represents the deletion task being executed.- Parameters:
task
- TheBatchDeleteConfigurationTask
that represents the deletion task being executed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
task
default DescribeBatchDeleteConfigurationTaskResponse.Builder task(Consumer<BatchDeleteConfigurationTask.Builder> task) The
This is a convenience method that creates an instance of theBatchDeleteConfigurationTask
that represents the deletion task being executed.BatchDeleteConfigurationTask.Builder
avoiding the need to create one manually viaBatchDeleteConfigurationTask.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totask(BatchDeleteConfigurationTask)
.- Parameters:
task
- a consumer that will call methods onBatchDeleteConfigurationTask.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-