Struct aws_sdk_redshift::operation::deauthorize_data_share::builders::DeauthorizeDataShareFluentBuilder
source · pub struct DeauthorizeDataShareFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DeauthorizeDataShare
.
From a datashare producer account, removes authorization from the specified datashare.
Implementations§
sourcepub fn as_input(&self) -> &DeauthorizeDataShareInputBuilder
pub fn as_input(&self) -> &DeauthorizeDataShareInputBuilder
Access the DeauthorizeDataShare as a reference.
sourcepub async fn send(
self
) -> Result<DeauthorizeDataShareOutput, SdkError<DeauthorizeDataShareError, HttpResponse>>
pub async fn send( self ) -> Result<DeauthorizeDataShareOutput, SdkError<DeauthorizeDataShareError, 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 fn customize(
self
) -> CustomizableOperation<DeauthorizeDataShareOutput, DeauthorizeDataShareError, Self>
pub fn customize( self ) -> CustomizableOperation<DeauthorizeDataShareOutput, DeauthorizeDataShareError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
The Amazon Resource Name (ARN) of the datashare to remove authorization from.
The Amazon Resource Name (ARN) of the datashare to remove authorization from.
The Amazon Resource Name (ARN) of the datashare to remove authorization from.
sourcepub fn consumer_identifier(self, input: impl Into<String>) -> Self
pub fn consumer_identifier(self, input: impl Into<String>) -> Self
The identifier of the data consumer that is to have authorization removed from the datashare. This identifier is an Amazon Web Services account ID or a keyword, such as ADX.
sourcepub fn set_consumer_identifier(self, input: Option<String>) -> Self
pub fn set_consumer_identifier(self, input: Option<String>) -> Self
The identifier of the data consumer that is to have authorization removed from the datashare. This identifier is an Amazon Web Services account ID or a keyword, such as ADX.
sourcepub fn get_consumer_identifier(&self) -> &Option<String>
pub fn get_consumer_identifier(&self) -> &Option<String>
The identifier of the data consumer that is to have authorization removed from the datashare. This identifier is an Amazon Web Services account ID or a keyword, such as ADX.
Trait Implementations§
source§fn clone(&self) -> DeauthorizeDataShareFluentBuilder
fn clone(&self) -> DeauthorizeDataShareFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more