public static interface DeleteCustomPluginResponse.Builder extends KafkaConnectResponse.Builder, SdkPojo, CopyableBuilder<DeleteCustomPluginResponse.Builder,DeleteCustomPluginResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteCustomPluginResponse.Builder |
customPluginArn(String customPluginArn)
The Amazon Resource Name (ARN) of the custom plugin that you requested to delete.
|
DeleteCustomPluginResponse.Builder |
customPluginState(CustomPluginState customPluginState)
The state of the custom plugin.
|
DeleteCustomPluginResponse.Builder |
customPluginState(String customPluginState)
The state of the custom plugin.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteCustomPluginResponse.Builder customPluginArn(String customPluginArn)
The Amazon Resource Name (ARN) of the custom plugin that you requested to delete.
customPluginArn - The Amazon Resource Name (ARN) of the custom plugin that you requested to delete.DeleteCustomPluginResponse.Builder customPluginState(String customPluginState)
The state of the custom plugin.
customPluginState - The state of the custom plugin.CustomPluginState,
CustomPluginStateDeleteCustomPluginResponse.Builder customPluginState(CustomPluginState customPluginState)
The state of the custom plugin.
customPluginState - The state of the custom plugin.CustomPluginState,
CustomPluginStateCopyright © 2023. All rights reserved.