Uses of Interface
software.amazon.awssdk.services.kinesisanalytics.model.S3Configuration.Builder
-
Packages that use S3Configuration.Builder Package Description software.amazon.awssdk.services.kinesisanalytics.model -
-
Uses of S3Configuration.Builder in software.amazon.awssdk.services.kinesisanalytics.model
Methods in software.amazon.awssdk.services.kinesisanalytics.model that return S3Configuration.Builder Modifier and Type Method Description S3Configuration.BuilderS3Configuration.Builder. bucketARN(String bucketARN)ARN of the S3 bucket that contains the data.static S3Configuration.BuilderS3Configuration. builder()S3Configuration.BuilderS3Configuration.Builder. fileKey(String fileKey)The name of the object that contains the data.S3Configuration.BuilderS3Configuration.Builder. roleARN(String roleARN)IAM ARN of the role used to access the data.S3Configuration.BuilderS3Configuration. toBuilder()Methods in software.amazon.awssdk.services.kinesisanalytics.model that return types with arguments of type S3Configuration.Builder Modifier and Type Method Description static Class<? extends S3Configuration.Builder>S3Configuration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesisanalytics.model with type arguments of type S3Configuration.Builder Modifier and Type Method Description default DiscoverInputSchemaRequest.BuilderDiscoverInputSchemaRequest.Builder. s3Configuration(Consumer<S3Configuration.Builder> s3Configuration)Specify this parameter to discover a schema from data in an Amazon S3 object.
-