Interface StartBatchDeleteConfigurationTaskResponse.Builder
-
- All Superinterfaces:
ApplicationDiscoveryResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<StartBatchDeleteConfigurationTaskResponse.Builder,StartBatchDeleteConfigurationTaskResponse>,SdkBuilder<StartBatchDeleteConfigurationTaskResponse.Builder,StartBatchDeleteConfigurationTaskResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartBatchDeleteConfigurationTaskResponse
public static interface StartBatchDeleteConfigurationTaskResponse.Builder extends ApplicationDiscoveryResponse.Builder, SdkPojo, CopyableBuilder<StartBatchDeleteConfigurationTaskResponse.Builder,StartBatchDeleteConfigurationTaskResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartBatchDeleteConfigurationTaskResponse.BuildertaskId(String taskId)The unique identifier associated with the newly started deletion task.-
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
-
taskId
StartBatchDeleteConfigurationTaskResponse.Builder taskId(String taskId)
The unique identifier associated with the newly started deletion task.
- Parameters:
taskId- The unique identifier associated with the newly started deletion task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-