pub struct CreateDataIntegration { /* private fields */ }Expand description
Fluent builder constructing a request to CreateDataIntegration.
Creates and persists a DataIntegration resource.
You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.
Implementations§
source§impl CreateDataIntegration
 
impl CreateDataIntegration
sourcepub async fn customize(
    self
) -> Result<CustomizableOperation<CreateDataIntegration, AwsResponseRetryClassifier>, SdkError<CreateDataIntegrationError>>
 
pub async fn customize(
    self
) -> Result<CustomizableOperation<CreateDataIntegration, AwsResponseRetryClassifier>, SdkError<CreateDataIntegrationError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
    self
) -> Result<CreateDataIntegrationOutput, SdkError<CreateDataIntegrationError>>
 
pub async fn send(
    self
) -> Result<CreateDataIntegrationOutput, SdkError<CreateDataIntegrationError>>
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 description(self, input: impl Into<String>) -> Self
 
pub fn description(self, input: impl Into<String>) -> Self
A description of the DataIntegration.
sourcepub fn set_description(self, input: Option<String>) -> Self
 
pub fn set_description(self, input: Option<String>) -> Self
A description of the DataIntegration.
sourcepub fn set_kms_key(self, input: Option<String>) -> Self
 
pub fn set_kms_key(self, input: Option<String>) -> Self
The KMS key for the DataIntegration.
sourcepub fn source_uri(self, input: impl Into<String>) -> Self
 
pub fn source_uri(self, input: impl Into<String>) -> Self
The URI of the data source.
sourcepub fn set_source_uri(self, input: Option<String>) -> Self
 
pub fn set_source_uri(self, input: Option<String>) -> Self
The URI of the data source.
sourcepub fn schedule_config(self, input: ScheduleConfiguration) -> Self
 
pub fn schedule_config(self, input: ScheduleConfiguration) -> Self
The name of the data and how often it should be pulled from the source.
sourcepub fn set_schedule_config(self, input: Option<ScheduleConfiguration>) -> Self
 
pub fn set_schedule_config(self, input: Option<ScheduleConfiguration>) -> Self
The name of the data and how often it should be pulled from the source.
Adds a key-value pair to Tags.
To override the contents of this collection use set_tags.
One or more tags.
One or more tags.
sourcepub fn client_token(self, input: impl Into<String>) -> Self
 
pub fn client_token(self, input: impl Into<String>) -> Self
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
 
pub fn set_client_token(self, input: Option<String>) -> Self
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Trait Implementations§
source§impl Clone for CreateDataIntegration
 
impl Clone for CreateDataIntegration
source§fn clone(&self) -> CreateDataIntegration
 
fn clone(&self) -> CreateDataIntegration
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
source. Read more