Uses of Interface
software.amazon.awssdk.services.kafkaconnect.model.S3LocationDescription.Builder
-
Packages that use S3LocationDescription.Builder Package Description software.amazon.awssdk.services.kafkaconnect.model -
-
Uses of S3LocationDescription.Builder in software.amazon.awssdk.services.kafkaconnect.model
Methods in software.amazon.awssdk.services.kafkaconnect.model that return S3LocationDescription.Builder Modifier and Type Method Description S3LocationDescription.BuilderS3LocationDescription.Builder. bucketArn(String bucketArn)The Amazon Resource Name (ARN) of an S3 bucket.static S3LocationDescription.BuilderS3LocationDescription. builder()S3LocationDescription.BuilderS3LocationDescription.Builder. fileKey(String fileKey)The file key for an object in an S3 bucket.S3LocationDescription.BuilderS3LocationDescription.Builder. objectVersion(String objectVersion)The version of an object in an S3 bucket.S3LocationDescription.BuilderS3LocationDescription. toBuilder()Methods in software.amazon.awssdk.services.kafkaconnect.model that return types with arguments of type S3LocationDescription.Builder Modifier and Type Method Description static Class<? extends S3LocationDescription.Builder>S3LocationDescription. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kafkaconnect.model with type arguments of type S3LocationDescription.Builder Modifier and Type Method Description default CustomPluginLocationDescription.BuilderCustomPluginLocationDescription.Builder. s3Location(Consumer<S3LocationDescription.Builder> s3Location)The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.
-