Interface DeleteCustomPluginResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteCustomPluginResponse.Builder,,DeleteCustomPluginResponse> KafkaConnectResponse.Builder,SdkBuilder<DeleteCustomPluginResponse.Builder,,DeleteCustomPluginResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DeleteCustomPluginResponse
public static interface DeleteCustomPluginResponse.Builder
extends KafkaConnectResponse.Builder, SdkPojo, CopyableBuilder<DeleteCustomPluginResponse.Builder,DeleteCustomPluginResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncustomPluginArn(String customPluginArn) The Amazon Resource Name (ARN) of the custom plugin that you requested to delete.customPluginState(String customPluginState) The state of the custom plugin.customPluginState(CustomPluginState customPluginState) The state of the custom plugin.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.kafkaconnect.model.KafkaConnectResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
customPluginArn
The Amazon Resource Name (ARN) of the custom plugin that you requested to delete.
- Parameters:
customPluginArn- The Amazon Resource Name (ARN) of the custom plugin that you requested to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customPluginState
The state of the custom plugin.
- Parameters:
customPluginState- The state of the custom plugin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
customPluginState
The state of the custom plugin.
- Parameters:
customPluginState- The state of the custom plugin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-