pub struct Builder { /* private fields */ }
Expand description
A builder for CreateDatasetExportJobOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn dataset_export_job_arn(self, input: impl Into<String>) -> Self
pub fn dataset_export_job_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the dataset export job.
sourcepub fn set_dataset_export_job_arn(self, input: Option<String>) -> Self
pub fn set_dataset_export_job_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the dataset export job.
sourcepub fn build(self) -> CreateDatasetExportJobOutput
pub fn build(self) -> CreateDatasetExportJobOutput
Consumes the builder and constructs a CreateDatasetExportJobOutput
.