Struct aws_sdk_opensearch::input::dissociate_package_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DissociatePackageInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn package_id(self, input: impl Into<String>) -> Self
pub fn package_id(self, input: impl Into<String>) -> Self
Internal ID of the package to dissociate from the domain. Use ListPackagesForDomain
to find this value.
sourcepub fn set_package_id(self, input: Option<String>) -> Self
pub fn set_package_id(self, input: Option<String>) -> Self
Internal ID of the package to dissociate from the domain. Use ListPackagesForDomain
to find this value.
sourcepub fn domain_name(self, input: impl Into<String>) -> Self
pub fn domain_name(self, input: impl Into<String>) -> Self
Name of the domain to dissociate the package from.
sourcepub fn set_domain_name(self, input: Option<String>) -> Self
pub fn set_domain_name(self, input: Option<String>) -> Self
Name of the domain to dissociate the package from.
sourcepub fn build(self) -> Result<DissociatePackageInput, BuildError>
pub fn build(self) -> Result<DissociatePackageInput, BuildError>
Consumes the builder and constructs a DissociatePackageInput
.