Struct aws_sdk_entityresolution::operation::start_id_mapping_job::builders::StartIdMappingJobFluentBuilder
source · pub struct StartIdMappingJobFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to StartIdMappingJob
.
Starts the IdMappingJob
of a workflow. The workflow must have previously been created using the CreateIdMappingWorkflow
endpoint.
Implementations§
source§impl StartIdMappingJobFluentBuilder
impl StartIdMappingJobFluentBuilder
sourcepub fn as_input(&self) -> &StartIdMappingJobInputBuilder
pub fn as_input(&self) -> &StartIdMappingJobInputBuilder
Access the StartIdMappingJob as a reference.
sourcepub async fn send(
self
) -> Result<StartIdMappingJobOutput, SdkError<StartIdMappingJobError, HttpResponse>>
pub async fn send( self ) -> Result<StartIdMappingJobOutput, SdkError<StartIdMappingJobError, 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<StartIdMappingJobOutput, StartIdMappingJobError, Self>
pub fn customize( self ) -> CustomizableOperation<StartIdMappingJobOutput, StartIdMappingJobError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn workflow_name(self, input: impl Into<String>) -> Self
pub fn workflow_name(self, input: impl Into<String>) -> Self
The name of the ID mapping job to be retrieved.
sourcepub fn set_workflow_name(self, input: Option<String>) -> Self
pub fn set_workflow_name(self, input: Option<String>) -> Self
The name of the ID mapping job to be retrieved.
sourcepub fn get_workflow_name(&self) -> &Option<String>
pub fn get_workflow_name(&self) -> &Option<String>
The name of the ID mapping job to be retrieved.
Trait Implementations§
source§impl Clone for StartIdMappingJobFluentBuilder
impl Clone for StartIdMappingJobFluentBuilder
source§fn clone(&self) -> StartIdMappingJobFluentBuilder
fn clone(&self) -> StartIdMappingJobFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more