Struct aws_sdk_sagemakergeospatial::operation::get_vector_enrichment_job::builders::GetVectorEnrichmentJobOutputBuilder
source · #[non_exhaustive]pub struct GetVectorEnrichmentJobOutputBuilder { /* private fields */ }
Expand description
A builder for GetVectorEnrichmentJobOutput
.
Implementations§
source§impl GetVectorEnrichmentJobOutputBuilder
impl GetVectorEnrichmentJobOutputBuilder
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 being initiated.
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 being initiated.
sourcepub fn get_type(&self) -> &Option<VectorEnrichmentJobType>
pub fn get_type(&self) -> &Option<VectorEnrichmentJobType>
The type of the Vector Enrichment job being initiated.
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 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 initiated Vector Enrichment job.
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 initiated Vector Enrichment job.
sourcepub fn get_status(&self) -> &Option<VectorEnrichmentJobStatus>
pub fn get_status(&self) -> &Option<VectorEnrichmentJobStatus>
The status of the initiated Vector Enrichment job.
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.
sourcepub fn error_details(self, input: VectorEnrichmentJobErrorDetails) -> Self
pub fn error_details(self, input: VectorEnrichmentJobErrorDetails) -> Self
Details about the errors generated during the Vector Enrichment job.
sourcepub fn set_error_details(
self,
input: Option<VectorEnrichmentJobErrorDetails>
) -> Self
pub fn set_error_details( self, input: Option<VectorEnrichmentJobErrorDetails> ) -> Self
Details about the errors generated during the Vector Enrichment job.
sourcepub fn get_error_details(&self) -> &Option<VectorEnrichmentJobErrorDetails>
pub fn get_error_details(&self) -> &Option<VectorEnrichmentJobErrorDetails>
Details about the errors generated during the Vector Enrichment job.
sourcepub fn export_status(self, input: VectorEnrichmentJobExportStatus) -> Self
pub fn export_status(self, input: VectorEnrichmentJobExportStatus) -> Self
The export status of the Vector Enrichment job being initiated.
sourcepub fn set_export_status(
self,
input: Option<VectorEnrichmentJobExportStatus>
) -> Self
pub fn set_export_status( self, input: Option<VectorEnrichmentJobExportStatus> ) -> Self
The export status of the Vector Enrichment job being initiated.
sourcepub fn get_export_status(&self) -> &Option<VectorEnrichmentJobExportStatus>
pub fn get_export_status(&self) -> &Option<VectorEnrichmentJobExportStatus>
The export status of the Vector Enrichment job being initiated.
sourcepub fn export_error_details(
self,
input: VectorEnrichmentJobExportErrorDetails
) -> Self
pub fn export_error_details( self, input: VectorEnrichmentJobExportErrorDetails ) -> Self
Details about the errors generated during the ExportVectorEnrichmentJob.
sourcepub fn set_export_error_details(
self,
input: Option<VectorEnrichmentJobExportErrorDetails>
) -> Self
pub fn set_export_error_details( self, input: Option<VectorEnrichmentJobExportErrorDetails> ) -> Self
Details about the errors generated during the ExportVectorEnrichmentJob.
sourcepub fn get_export_error_details(
&self
) -> &Option<VectorEnrichmentJobExportErrorDetails>
pub fn get_export_error_details( &self ) -> &Option<VectorEnrichmentJobExportErrorDetails>
Details about the errors generated during the ExportVectorEnrichmentJob.
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<GetVectorEnrichmentJobOutput, BuildError>
pub fn build(self) -> Result<GetVectorEnrichmentJobOutput, BuildError>
Consumes the builder and constructs a GetVectorEnrichmentJobOutput
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for GetVectorEnrichmentJobOutputBuilder
impl Clone for GetVectorEnrichmentJobOutputBuilder
source§fn clone(&self) -> GetVectorEnrichmentJobOutputBuilder
fn clone(&self) -> GetVectorEnrichmentJobOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GetVectorEnrichmentJobOutputBuilder
impl Default for GetVectorEnrichmentJobOutputBuilder
source§fn default() -> GetVectorEnrichmentJobOutputBuilder
fn default() -> GetVectorEnrichmentJobOutputBuilder
source§impl PartialEq for GetVectorEnrichmentJobOutputBuilder
impl PartialEq for GetVectorEnrichmentJobOutputBuilder
source§fn eq(&self, other: &GetVectorEnrichmentJobOutputBuilder) -> bool
fn eq(&self, other: &GetVectorEnrichmentJobOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.