public static interface CreateCustomPluginResponse.Builder extends KafkaConnectResponse.Builder, SdkPojo, CopyableBuilder<CreateCustomPluginResponse.Builder,CreateCustomPluginResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateCustomPluginResponse.Builder |
customPluginArn(String customPluginArn)
The Amazon Resource Name (ARN) that Amazon assigned to the custom plugin.
|
CreateCustomPluginResponse.Builder |
customPluginState(CustomPluginState customPluginState)
The state of the custom plugin.
|
CreateCustomPluginResponse.Builder |
customPluginState(String customPluginState)
The state of the custom plugin.
|
CreateCustomPluginResponse.Builder |
name(String name)
The name of the custom plugin.
|
CreateCustomPluginResponse.Builder |
revision(Long revision)
The revision of the custom plugin.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCustomPluginResponse.Builder customPluginArn(String customPluginArn)
The Amazon Resource Name (ARN) that Amazon assigned to the custom plugin.
customPluginArn - The Amazon Resource Name (ARN) that Amazon assigned to the custom plugin.CreateCustomPluginResponse.Builder customPluginState(String customPluginState)
The state of the custom plugin.
customPluginState - The state of the custom plugin.CustomPluginState,
CustomPluginStateCreateCustomPluginResponse.Builder customPluginState(CustomPluginState customPluginState)
The state of the custom plugin.
customPluginState - The state of the custom plugin.CustomPluginState,
CustomPluginStateCreateCustomPluginResponse.Builder name(String name)
The name of the custom plugin.
name - The name of the custom plugin.CreateCustomPluginResponse.Builder revision(Long revision)
The revision of the custom plugin.
revision - The revision of the custom plugin.Copyright © 2023. All rights reserved.