Struct aws_sdk_redshift::operation::describe_custom_domain_associations::builders::DescribeCustomDomainAssociationsFluentBuilder
source · pub struct DescribeCustomDomainAssociationsFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DescribeCustomDomainAssociations.
Contains information for custom domain associations for a cluster.
Implementations§
source§impl DescribeCustomDomainAssociationsFluentBuilder
impl DescribeCustomDomainAssociationsFluentBuilder
sourcepub fn as_input(&self) -> &DescribeCustomDomainAssociationsInputBuilder
pub fn as_input(&self) -> &DescribeCustomDomainAssociationsInputBuilder
Access the DescribeCustomDomainAssociations as a reference.
sourcepub async fn send(
self
) -> Result<DescribeCustomDomainAssociationsOutput, SdkError<DescribeCustomDomainAssociationsError, HttpResponse>>
pub async fn send( self ) -> Result<DescribeCustomDomainAssociationsOutput, SdkError<DescribeCustomDomainAssociationsError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DescribeCustomDomainAssociationsOutput, DescribeCustomDomainAssociationsError>, SdkError<DescribeCustomDomainAssociationsError>>
pub async fn customize( self ) -> Result<CustomizableOperation<DescribeCustomDomainAssociationsOutput, DescribeCustomDomainAssociationsError>, SdkError<DescribeCustomDomainAssociationsError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn into_paginator(self) -> DescribeCustomDomainAssociationsPaginator
pub fn into_paginator(self) -> DescribeCustomDomainAssociationsPaginator
Create a paginator for this request
Paginators are used by calling send().await which returns a Stream.
sourcepub fn custom_domain_name(self, input: impl Into<String>) -> Self
pub fn custom_domain_name(self, input: impl Into<String>) -> Self
The custom domain name for the custom domain association.
sourcepub fn set_custom_domain_name(self, input: Option<String>) -> Self
pub fn set_custom_domain_name(self, input: Option<String>) -> Self
The custom domain name for the custom domain association.
sourcepub fn get_custom_domain_name(&self) -> &Option<String>
pub fn get_custom_domain_name(&self) -> &Option<String>
The custom domain name for the custom domain association.
sourcepub fn custom_domain_certificate_arn(self, input: impl Into<String>) -> Self
pub fn custom_domain_certificate_arn(self, input: impl Into<String>) -> Self
The certificate Amazon Resource Name (ARN) for the custom domain association.
sourcepub fn set_custom_domain_certificate_arn(self, input: Option<String>) -> Self
pub fn set_custom_domain_certificate_arn(self, input: Option<String>) -> Self
The certificate Amazon Resource Name (ARN) for the custom domain association.
sourcepub fn get_custom_domain_certificate_arn(&self) -> &Option<String>
pub fn get_custom_domain_certificate_arn(&self) -> &Option<String>
The certificate Amazon Resource Name (ARN) for the custom domain association.
sourcepub fn max_records(self, input: i32) -> Self
pub fn max_records(self, input: i32) -> Self
The maximum records setting for the associated custom domain.
sourcepub fn set_max_records(self, input: Option<i32>) -> Self
pub fn set_max_records(self, input: Option<i32>) -> Self
The maximum records setting for the associated custom domain.
sourcepub fn get_max_records(&self) -> &Option<i32>
pub fn get_max_records(&self) -> &Option<i32>
The maximum records setting for the associated custom domain.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
The marker for the custom domain association.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
The marker for the custom domain association.
sourcepub fn get_marker(&self) -> &Option<String>
pub fn get_marker(&self) -> &Option<String>
The marker for the custom domain association.
Trait Implementations§
source§impl Clone for DescribeCustomDomainAssociationsFluentBuilder
impl Clone for DescribeCustomDomainAssociationsFluentBuilder
source§fn clone(&self) -> DescribeCustomDomainAssociationsFluentBuilder
fn clone(&self) -> DescribeCustomDomainAssociationsFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more