#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for BatchSegmentJobSummary
Implementations
The Amazon Resource Name (ARN) of the batch segment job.
The Amazon Resource Name (ARN) of the batch segment job.
The name of the batch segment job.
The status of the batch segment job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
The status of the batch segment job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
The time at which the batch segment job was created.
The time at which the batch segment job was created.
The time at which the batch segment job was last updated.
The time at which the batch segment job was last updated.
If the batch segment job failed, the reason for the failure.
If the batch segment job failed, the reason for the failure.
The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.
The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.
Consumes the builder and constructs a BatchSegmentJobSummary
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