Struct aws_sdk_databrew::model::s3_table_output_options::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for S3TableOutputOptions
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn location(self, input: S3Location) -> Self
pub fn location(self, input: S3Location) -> Self
Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job.
sourcepub fn set_location(self, input: Option<S3Location>) -> Self
pub fn set_location(self, input: Option<S3Location>) -> Self
Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job.
sourcepub fn build(self) -> S3TableOutputOptions
pub fn build(self) -> S3TableOutputOptions
Consumes the builder and constructs a S3TableOutputOptions
.