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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeBatchDeleteConfigurationTaskResponse.Buildertask(Consumer<BatchDeleteConfigurationTask.Builder> task)TheBatchDeleteConfigurationTaskthat represents the deletion task being executed.DescribeBatchDeleteConfigurationTaskResponse.Buildertask(BatchDeleteConfigurationTask task)TheBatchDeleteConfigurationTaskthat 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 Detail
-
task
DescribeBatchDeleteConfigurationTaskResponse.Builder task(BatchDeleteConfigurationTask task)
The
BatchDeleteConfigurationTaskthat represents the deletion task being executed.- Parameters:
task- TheBatchDeleteConfigurationTaskthat 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 theBatchDeleteConfigurationTaskthat represents the deletion task being executed.BatchDeleteConfigurationTask.Builderavoiding the need to create one manually viaBatchDeleteConfigurationTask.builder().When the
Consumercompletes,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:
task(BatchDeleteConfigurationTask)
-
-