public static interface CreateCustomPluginRequest.Builder extends KafkaConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateCustomPluginRequest.Builder,CreateCustomPluginRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCustomPluginRequest.Builder contentType(String contentType)
The type of the plugin file.
contentType - The type of the plugin file.CustomPluginContentType,
CustomPluginContentTypeCreateCustomPluginRequest.Builder contentType(CustomPluginContentType contentType)
The type of the plugin file.
contentType - The type of the plugin file.CustomPluginContentType,
CustomPluginContentTypeCreateCustomPluginRequest.Builder description(String description)
A summary description of the custom plugin.
description - A summary description of the custom plugin.CreateCustomPluginRequest.Builder location(CustomPluginLocation location)
Information about the location of a custom plugin.
location - Information about the location of a custom plugin.default CreateCustomPluginRequest.Builder location(Consumer<CustomPluginLocation.Builder> location)
Information about the location of a custom plugin.
This is a convenience method that creates an instance of theCustomPluginLocation.Builder avoiding
the need to create one manually via CustomPluginLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to location(CustomPluginLocation).
location - a consumer that will call methods on CustomPluginLocation.Builderlocation(CustomPluginLocation)CreateCustomPluginRequest.Builder name(String name)
The name of the custom plugin.
name - The name of the custom plugin.CreateCustomPluginRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateCustomPluginRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.