pub struct Builder { /* private fields */ }
Expand description
A builder for CreateBatchSegmentJobOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn batch_segment_job_arn(self, input: impl Into<String>) -> Self
pub fn batch_segment_job_arn(self, input: impl Into<String>) -> Self
The ARN of the batch segment job.
sourcepub fn set_batch_segment_job_arn(self, input: Option<String>) -> Self
pub fn set_batch_segment_job_arn(self, input: Option<String>) -> Self
The ARN of the batch segment job.
sourcepub fn build(self) -> CreateBatchSegmentJobOutput
pub fn build(self) -> CreateBatchSegmentJobOutput
Consumes the builder and constructs a CreateBatchSegmentJobOutput
.