Struct aws_sdk_sagemakergeospatial::operation::start_vector_enrichment_job::builders::StartVectorEnrichmentJobInputBuilder
source · #[non_exhaustive]pub struct StartVectorEnrichmentJobInputBuilder { /* private fields */ }
Expand description
A builder for StartVectorEnrichmentJobInput
.
Implementations§
source§impl StartVectorEnrichmentJobInputBuilder
impl StartVectorEnrichmentJobInputBuilder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the Vector Enrichment job.
This field is required.sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
A unique token that guarantees that the call to this API is idempotent.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
A unique token that guarantees that the call to this API is idempotent.
sourcepub fn get_client_token(&self) -> &Option<String>
pub fn get_client_token(&self) -> &Option<String>
A unique token that guarantees that the call to this API is idempotent.
sourcepub fn kms_key_id(self, input: impl Into<String>) -> Self
pub fn kms_key_id(self, input: impl Into<String>) -> Self
The Key Management Service key ID for server-side encryption.
sourcepub fn set_kms_key_id(self, input: Option<String>) -> Self
pub fn set_kms_key_id(self, input: Option<String>) -> Self
The Key Management Service key ID for server-side encryption.
sourcepub fn get_kms_key_id(&self) -> &Option<String>
pub fn get_kms_key_id(&self) -> &Option<String>
The Key Management Service key ID for server-side encryption.
sourcepub fn input_config(self, input: VectorEnrichmentJobInputConfig) -> Self
pub fn input_config(self, input: VectorEnrichmentJobInputConfig) -> Self
Input configuration information for the Vector Enrichment job.
This field is required.sourcepub fn set_input_config(
self,
input: Option<VectorEnrichmentJobInputConfig>
) -> Self
pub fn set_input_config( self, input: Option<VectorEnrichmentJobInputConfig> ) -> Self
Input configuration information for the Vector Enrichment job.
sourcepub fn get_input_config(&self) -> &Option<VectorEnrichmentJobInputConfig>
pub fn get_input_config(&self) -> &Option<VectorEnrichmentJobInputConfig>
Input configuration information for the Vector Enrichment job.
sourcepub fn job_config(self, input: VectorEnrichmentJobConfig) -> Self
pub fn job_config(self, input: VectorEnrichmentJobConfig) -> Self
An object containing information about the job configuration.
This field is required.sourcepub fn set_job_config(self, input: Option<VectorEnrichmentJobConfig>) -> Self
pub fn set_job_config(self, input: Option<VectorEnrichmentJobConfig>) -> Self
An object containing information about the job configuration.
sourcepub fn get_job_config(&self) -> &Option<VectorEnrichmentJobConfig>
pub fn get_job_config(&self) -> &Option<VectorEnrichmentJobConfig>
An object containing information about the job configuration.
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 role that you specified for the job.
This field is required.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 role that you specified for the job.
sourcepub fn get_execution_role_arn(&self) -> &Option<String>
pub fn get_execution_role_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
Each tag consists of a key and a value.
Each tag consists of a key and a value.
Each tag consists of a key and a value.
sourcepub fn build(self) -> Result<StartVectorEnrichmentJobInput, BuildError>
pub fn build(self) -> Result<StartVectorEnrichmentJobInput, BuildError>
Consumes the builder and constructs a StartVectorEnrichmentJobInput
.
source§impl StartVectorEnrichmentJobInputBuilder
impl StartVectorEnrichmentJobInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<StartVectorEnrichmentJobOutput, SdkError<StartVectorEnrichmentJobError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<StartVectorEnrichmentJobOutput, SdkError<StartVectorEnrichmentJobError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for StartVectorEnrichmentJobInputBuilder
impl Clone for StartVectorEnrichmentJobInputBuilder
source§fn clone(&self) -> StartVectorEnrichmentJobInputBuilder
fn clone(&self) -> StartVectorEnrichmentJobInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for StartVectorEnrichmentJobInputBuilder
impl Default for StartVectorEnrichmentJobInputBuilder
source§fn default() -> StartVectorEnrichmentJobInputBuilder
fn default() -> StartVectorEnrichmentJobInputBuilder
source§impl PartialEq for StartVectorEnrichmentJobInputBuilder
impl PartialEq for StartVectorEnrichmentJobInputBuilder
source§fn eq(&self, other: &StartVectorEnrichmentJobInputBuilder) -> bool
fn eq(&self, other: &StartVectorEnrichmentJobInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.