Struct aws_sdk_sagemakergeospatial::model::s3_data_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for S3DataInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_s3_uri(self, input: Option<String>) -> Self
pub fn set_s3_uri(self, input: Option<String>) -> Self
The URL to the Amazon S3 input.
sourcepub fn metadata_provider(self, input: MetadataProvider) -> Self
pub fn metadata_provider(self, input: MetadataProvider) -> Self
sourcepub fn set_metadata_provider(self, input: Option<MetadataProvider>) -> Self
pub fn set_metadata_provider(self, input: Option<MetadataProvider>) -> Self
sourcepub fn kms_key_id(self, input: impl Into<String>) -> Self
pub fn kms_key_id(self, input: impl Into<String>) -> Self
The Amazon Key Management Service (KMS) 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 Amazon Key Management Service (KMS) key ID for server-side encryption.
sourcepub fn build(self) -> S3DataInput
pub fn build(self) -> S3DataInput
Consumes the builder and constructs a S3DataInput
.