Struct aws_sdk_opensearch::model::package_details::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
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, and DELETE_FAILED.
Current state of the package. Values are COPYING, COPY_FAILED, AVAILABLE, DELETING, and DELETE_FAILED.
The timestamp of when the package was created.
The timestamp of when the package was created.
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