Uses of Interface
software.amazon.awssdk.services.kafkaconnect.model.CustomPluginLocation.Builder
-
Packages that use CustomPluginLocation.Builder Package Description software.amazon.awssdk.services.kafkaconnect.model -
-
Uses of CustomPluginLocation.Builder in software.amazon.awssdk.services.kafkaconnect.model
Methods in software.amazon.awssdk.services.kafkaconnect.model that return CustomPluginLocation.Builder Modifier and Type Method Description static CustomPluginLocation.BuilderCustomPluginLocation. builder()default CustomPluginLocation.BuilderCustomPluginLocation.Builder. s3Location(Consumer<S3Location.Builder> s3Location)The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.CustomPluginLocation.BuilderCustomPluginLocation.Builder. s3Location(S3Location s3Location)The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.CustomPluginLocation.BuilderCustomPluginLocation. toBuilder()Methods in software.amazon.awssdk.services.kafkaconnect.model that return types with arguments of type CustomPluginLocation.Builder Modifier and Type Method Description static Class<? extends CustomPluginLocation.Builder>CustomPluginLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kafkaconnect.model with type arguments of type CustomPluginLocation.Builder Modifier and Type Method Description default CreateCustomPluginRequest.BuilderCreateCustomPluginRequest.Builder. location(Consumer<CustomPluginLocation.Builder> location)Information about the location of a custom plugin.
-