aws-sdk-redshiftserverless 1.106.0

AWS SDK for Redshift Serverless
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetCustomDomainAssociation`](crate::operation::get_custom_domain_association::builders::GetCustomDomainAssociationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`custom_domain_name(impl Into<String>)`](crate::operation::get_custom_domain_association::builders::GetCustomDomainAssociationFluentBuilder::custom_domain_name) / [`set_custom_domain_name(Option<String>)`](crate::operation::get_custom_domain_association::builders::GetCustomDomainAssociationFluentBuilder::set_custom_domain_name):<br>required: **true**<br><p>The custom domain name associated with the workgroup.</p><br>
    ///   - [`workgroup_name(impl Into<String>)`](crate::operation::get_custom_domain_association::builders::GetCustomDomainAssociationFluentBuilder::workgroup_name) / [`set_workgroup_name(Option<String>)`](crate::operation::get_custom_domain_association::builders::GetCustomDomainAssociationFluentBuilder::set_workgroup_name):<br>required: **true**<br><p>The name of the workgroup associated with the database.</p><br>
    /// - On success, responds with [`GetCustomDomainAssociationOutput`](crate::operation::get_custom_domain_association::GetCustomDomainAssociationOutput) with field(s):
    ///   - [`custom_domain_name(Option<String>)`](crate::operation::get_custom_domain_association::GetCustomDomainAssociationOutput::custom_domain_name): <p>The custom domain name associated with the workgroup.</p>
    ///   - [`workgroup_name(Option<String>)`](crate::operation::get_custom_domain_association::GetCustomDomainAssociationOutput::workgroup_name): <p>The name of the workgroup associated with the database.</p>
    ///   - [`custom_domain_certificate_arn(Option<String>)`](crate::operation::get_custom_domain_association::GetCustomDomainAssociationOutput::custom_domain_certificate_arn): <p>The custom domain name’s certificate Amazon resource name (ARN).</p>
    ///   - [`custom_domain_certificate_expiry_time(Option<DateTime>)`](crate::operation::get_custom_domain_association::GetCustomDomainAssociationOutput::custom_domain_certificate_expiry_time): <p>The expiration time for the certificate.</p>
    /// - On failure, responds with [`SdkError<GetCustomDomainAssociationError>`](crate::operation::get_custom_domain_association::GetCustomDomainAssociationError)
    pub fn get_custom_domain_association(
        &self,
    ) -> crate::operation::get_custom_domain_association::builders::GetCustomDomainAssociationFluentBuilder {
        crate::operation::get_custom_domain_association::builders::GetCustomDomainAssociationFluentBuilder::new(self.handle.clone())
    }
}