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