Uses of Interface
software.amazon.awssdk.services.kafkaconnect.model.CreateCustomPluginRequest.Builder
-
Packages that use CreateCustomPluginRequest.Builder Package Description software.amazon.awssdk.services.kafkaconnect software.amazon.awssdk.services.kafkaconnect.model -
-
Uses of CreateCustomPluginRequest.Builder in software.amazon.awssdk.services.kafkaconnect
Method parameters in software.amazon.awssdk.services.kafkaconnect with type arguments of type CreateCustomPluginRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateCustomPluginResponse>KafkaConnectAsyncClient. createCustomPlugin(Consumer<CreateCustomPluginRequest.Builder> createCustomPluginRequest)Creates a custom plugin using the specified properties.default CreateCustomPluginResponseKafkaConnectClient. createCustomPlugin(Consumer<CreateCustomPluginRequest.Builder> createCustomPluginRequest)Creates a custom plugin using the specified properties. -
Uses of CreateCustomPluginRequest.Builder in software.amazon.awssdk.services.kafkaconnect.model
Methods in software.amazon.awssdk.services.kafkaconnect.model that return CreateCustomPluginRequest.Builder Modifier and Type Method Description static CreateCustomPluginRequest.BuilderCreateCustomPluginRequest. builder()CreateCustomPluginRequest.BuilderCreateCustomPluginRequest.Builder. contentType(String contentType)The type of the plugin file.CreateCustomPluginRequest.BuilderCreateCustomPluginRequest.Builder. contentType(CustomPluginContentType contentType)The type of the plugin file.CreateCustomPluginRequest.BuilderCreateCustomPluginRequest.Builder. description(String description)A summary description of the custom plugin.default CreateCustomPluginRequest.BuilderCreateCustomPluginRequest.Builder. location(Consumer<CustomPluginLocation.Builder> location)Information about the location of a custom plugin.CreateCustomPluginRequest.BuilderCreateCustomPluginRequest.Builder. location(CustomPluginLocation location)Information about the location of a custom plugin.CreateCustomPluginRequest.BuilderCreateCustomPluginRequest.Builder. name(String name)The name of the custom plugin.CreateCustomPluginRequest.BuilderCreateCustomPluginRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateCustomPluginRequest.BuilderCreateCustomPluginRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateCustomPluginRequest.BuilderCreateCustomPluginRequest.Builder. tags(Map<String,String> tags)The tags you want to attach to the custom plugin.CreateCustomPluginRequest.BuilderCreateCustomPluginRequest. toBuilder()Methods in software.amazon.awssdk.services.kafkaconnect.model that return types with arguments of type CreateCustomPluginRequest.Builder Modifier and Type Method Description static Class<? extends CreateCustomPluginRequest.Builder>CreateCustomPluginRequest. serializableBuilderClass()
-