pub struct ExportVectorEnrichmentJob { /* private fields */ }
Expand description
Fluent builder constructing a request to ExportVectorEnrichmentJob
.
Use this operation to copy results of a Vector Enrichment job to an S3 location.
Implementations§
source§impl ExportVectorEnrichmentJob
impl ExportVectorEnrichmentJob
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<ExportVectorEnrichmentJob, AwsResponseRetryClassifier>, SdkError<ExportVectorEnrichmentJobError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<ExportVectorEnrichmentJob, AwsResponseRetryClassifier>, SdkError<ExportVectorEnrichmentJobError>>
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<ExportVectorEnrichmentJobOutput, SdkError<ExportVectorEnrichmentJobError>>
pub async fn send(
self
) -> Result<ExportVectorEnrichmentJobOutput, SdkError<ExportVectorEnrichmentJobError>>
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 arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the Vector Enrichment job.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the Vector Enrichment job.
sourcepub fn execution_role_arn(self, input: impl Into<String>) -> Self
pub fn execution_role_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the IAM rolewith permission to upload to the location in OutputConfig.
sourcepub fn set_execution_role_arn(self, input: Option<String>) -> Self
pub fn set_execution_role_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the IAM rolewith permission to upload to the location in OutputConfig.
sourcepub fn output_config(self, input: ExportVectorEnrichmentJobOutputConfig) -> Self
pub fn output_config(self, input: ExportVectorEnrichmentJobOutputConfig) -> Self
Output location information for exporting Vector Enrichment Job results.
sourcepub fn set_output_config(
self,
input: Option<ExportVectorEnrichmentJobOutputConfig>
) -> Self
pub fn set_output_config(
self,
input: Option<ExportVectorEnrichmentJobOutputConfig>
) -> Self
Output location information for exporting Vector Enrichment Job results.
Trait Implementations§
source§impl Clone for ExportVectorEnrichmentJob
impl Clone for ExportVectorEnrichmentJob
source§fn clone(&self) -> ExportVectorEnrichmentJob
fn clone(&self) -> ExportVectorEnrichmentJob
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more