Struct aws_sdk_glue::client::fluent_builders::GetMapping
source · pub struct GetMapping { /* private fields */ }Expand description
Fluent builder constructing a request to GetMapping.
Creates mappings.
Implementations§
source§impl GetMapping
impl GetMapping
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<GetMapping, AwsResponseRetryClassifier>, SdkError<GetMappingError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<GetMapping, AwsResponseRetryClassifier>, SdkError<GetMappingError>>
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<GetMappingOutput, SdkError<GetMappingError>>
pub async fn send(self) -> Result<GetMappingOutput, SdkError<GetMappingError>>
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 source(self, input: CatalogEntry) -> Self
pub fn source(self, input: CatalogEntry) -> Self
Specifies the source table.
sourcepub fn set_source(self, input: Option<CatalogEntry>) -> Self
pub fn set_source(self, input: Option<CatalogEntry>) -> Self
Specifies the source table.
sourcepub fn sinks(self, input: CatalogEntry) -> Self
pub fn sinks(self, input: CatalogEntry) -> Self
Appends an item to Sinks.
To override the contents of this collection use set_sinks.
A list of target tables.
sourcepub fn set_sinks(self, input: Option<Vec<CatalogEntry>>) -> Self
pub fn set_sinks(self, input: Option<Vec<CatalogEntry>>) -> Self
A list of target tables.
sourcepub fn set_location(self, input: Option<Location>) -> Self
pub fn set_location(self, input: Option<Location>) -> Self
Parameters for the mapping.
Trait Implementations§
source§impl Clone for GetMapping
impl Clone for GetMapping
source§fn clone(&self) -> GetMapping
fn clone(&self) -> GetMapping
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more