Struct aws_sdk_elasticsearch::model::package_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for PackageDetails
Implementations
Internal ID of the package.
Internal ID of the package.
User specified name of the package.
User specified name of the package.
Currently supports only TXT-DICTIONARY.
Currently supports only TXT-DICTIONARY.
User-specified description of the package.
User-specified description of the package.
Current state of the package. Values are COPYING/COPY_FAILED/AVAILABLE/DELETING/DELETE_FAILED
Current state of the package. Values are COPYING/COPY_FAILED/AVAILABLE/DELETING/DELETE_FAILED
Timestamp which tells creation date of the package.
Timestamp which tells creation date of the package.
Additional information if the package is in an error state. Null otherwise.
Additional information if the package is in an error state. Null otherwise.
Consumes the builder and constructs a PackageDetails
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