Uses of Interface
software.amazon.awssdk.services.databrew.model.S3TableOutputOptions.Builder
-
Packages that use S3TableOutputOptions.Builder Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of S3TableOutputOptions.Builder in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return S3TableOutputOptions.Builder Modifier and Type Method Description static S3TableOutputOptions.BuilderS3TableOutputOptions. builder()default S3TableOutputOptions.BuilderS3TableOutputOptions.Builder. location(Consumer<S3Location.Builder> location)Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job.S3TableOutputOptions.BuilderS3TableOutputOptions.Builder. location(S3Location location)Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job.S3TableOutputOptions.BuilderS3TableOutputOptions. toBuilder()Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type S3TableOutputOptions.Builder Modifier and Type Method Description static Class<? extends S3TableOutputOptions.Builder>S3TableOutputOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databrew.model with type arguments of type S3TableOutputOptions.Builder Modifier and Type Method Description default DataCatalogOutput.BuilderDataCatalogOutput.Builder. s3Options(Consumer<S3TableOutputOptions.Builder> s3Options)Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.
-