#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for CreateBatchSegmentJobInput
Implementations
The name of the batch segment job to create.
The name of the batch segment job to create.
The Amazon Resource Name (ARN) of the solution version you want the batch segment job to use to generate batch segments.
The Amazon Resource Name (ARN) of the solution version you want the batch segment job to use to generate batch segments.
The ARN of the filter to apply to the batch segment job. For more information on using filters, see filter-batch.
The ARN of the filter to apply to the batch segment job. For more information on using filters, see filter-batch.
The number of predicted users generated by the batch segment job for each line of input data.
The number of predicted users generated by the batch segment job for each line of input data.
The Amazon S3 path for the input data used to generate the batch segment job.
The Amazon S3 path for the input data used to generate the batch segment job.
The Amazon S3 path for the bucket where the job's output will be stored.
The Amazon S3 path for the bucket where the job's output will be stored.
The ARN of the Amazon Identity and Access Management role that has permissions to read and write to your input and output Amazon S3 buckets respectively.
The ARN of the Amazon Identity and Access Management role that has permissions to read and write to your input and output Amazon S3 buckets respectively.
Consumes the builder and constructs a CreateBatchSegmentJobInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more