Struct aws_sdk_opensearch::model::domain_package_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DomainPackageDetails
Implementations
The internal ID of the package.
The 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.
The timestamp of the most recent update to the package association status.
The timestamp of the most recent update to the package association status.
The name of the domain you've associated a package with.
The name of the domain you've associated a package with.
State of the association. Values are ASSOCIATING, ASSOCIATION_FAILED, ACTIVE, DISSOCIATING, and DISSOCIATION_FAILED.
State of the association. Values are ASSOCIATING, ASSOCIATION_FAILED, ACTIVE, DISSOCIATING, and DISSOCIATION_FAILED.
The relative path on Amazon OpenSearch Service nodes, which can be used as synonym_path when the package is a synonym file.
The relative path on Amazon OpenSearch Service nodes, which can be used as synonym_path when the package is a synonym file.
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 DomainPackageDetails
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