Struct aws_sdk_sagemakergeospatial::operation::start_vector_enrichment_job::builders::StartVectorEnrichmentJobOutputBuilder
source · #[non_exhaustive]pub struct StartVectorEnrichmentJobOutputBuilder { /* private fields */ }
Expand description
A builder for StartVectorEnrichmentJobOutput
.
Implementations§
source§impl StartVectorEnrichmentJobOutputBuilder
impl StartVectorEnrichmentJobOutputBuilder
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 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.
This field is required.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 get_arn(&self) -> &Option<String>
pub fn get_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the Vector Enrichment job.
sourcepub fn type(self, input: VectorEnrichmentJobType) -> Self
pub fn type(self, input: VectorEnrichmentJobType) -> Self
The type of the Vector Enrichment job.
This field is required.sourcepub fn set_type(self, input: Option<VectorEnrichmentJobType>) -> Self
pub fn set_type(self, input: Option<VectorEnrichmentJobType>) -> Self
The type of the Vector Enrichment job.
sourcepub fn get_type(&self) -> &Option<VectorEnrichmentJobType>
pub fn get_type(&self) -> &Option<VectorEnrichmentJobType>
The type of the Vector Enrichment job.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The creation time.
This field is required.sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The creation time.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
The creation time.
sourcepub fn duration_in_seconds(self, input: i32) -> Self
pub fn duration_in_seconds(self, input: i32) -> Self
The duration of the Vector Enrichment job, in seconds.
This field is required.sourcepub fn set_duration_in_seconds(self, input: Option<i32>) -> Self
pub fn set_duration_in_seconds(self, input: Option<i32>) -> Self
The duration of the Vector Enrichment job, in seconds.
sourcepub fn get_duration_in_seconds(&self) -> &Option<i32>
pub fn get_duration_in_seconds(&self) -> &Option<i32>
The duration of the Vector Enrichment job, in seconds.
sourcepub fn status(self, input: VectorEnrichmentJobStatus) -> Self
pub fn status(self, input: VectorEnrichmentJobStatus) -> Self
The status of the Vector Enrichment job being started.
This field is required.sourcepub fn set_status(self, input: Option<VectorEnrichmentJobStatus>) -> Self
pub fn set_status(self, input: Option<VectorEnrichmentJobStatus>) -> Self
The status of the Vector Enrichment job being started.
sourcepub fn get_status(&self) -> &Option<VectorEnrichmentJobStatus>
pub fn get_status(&self) -> &Option<VectorEnrichmentJobStatus>
The status of the Vector Enrichment job being started.
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 starting 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 starting the Vector Enrichment job.
sourcepub fn get_input_config(&self) -> &Option<VectorEnrichmentJobInputConfig>
pub fn get_input_config(&self) -> &Option<VectorEnrichmentJobInputConfig>
Input configuration information for starting 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<StartVectorEnrichmentJobOutput, BuildError>
pub fn build(self) -> Result<StartVectorEnrichmentJobOutput, BuildError>
Consumes the builder and constructs a StartVectorEnrichmentJobOutput
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for StartVectorEnrichmentJobOutputBuilder
impl Clone for StartVectorEnrichmentJobOutputBuilder
source§fn clone(&self) -> StartVectorEnrichmentJobOutputBuilder
fn clone(&self) -> StartVectorEnrichmentJobOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for StartVectorEnrichmentJobOutputBuilder
impl Default for StartVectorEnrichmentJobOutputBuilder
source§fn default() -> StartVectorEnrichmentJobOutputBuilder
fn default() -> StartVectorEnrichmentJobOutputBuilder
source§impl PartialEq for StartVectorEnrichmentJobOutputBuilder
impl PartialEq for StartVectorEnrichmentJobOutputBuilder
source§fn eq(&self, other: &StartVectorEnrichmentJobOutputBuilder) -> bool
fn eq(&self, other: &StartVectorEnrichmentJobOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.