pub struct Builder { /* private fields */ }Expand description
A builder for ExportLabelsTaskRunProperties.
Implementations§
source§impl Builder
impl Builder
sourcepub fn output_s3_path(self, input: impl Into<String>) -> Self
pub fn output_s3_path(self, input: impl Into<String>) -> Self
The Amazon Simple Storage Service (Amazon S3) path where you will export the labels.
sourcepub fn set_output_s3_path(self, input: Option<String>) -> Self
pub fn set_output_s3_path(self, input: Option<String>) -> Self
The Amazon Simple Storage Service (Amazon S3) path where you will export the labels.
sourcepub fn build(self) -> ExportLabelsTaskRunProperties
pub fn build(self) -> ExportLabelsTaskRunProperties
Consumes the builder and constructs a ExportLabelsTaskRunProperties.