Struct aws_sdk_amplifybackend::model::s3_bucket_info::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for S3BucketInfo
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn creation_date(self, input: impl Into<String>) -> Self
pub fn creation_date(self, input: impl Into<String>) -> Self
The creation date of the S3 bucket.
sourcepub fn set_creation_date(self, input: Option<String>) -> Self
pub fn set_creation_date(self, input: Option<String>) -> Self
The creation date of the S3 bucket.
sourcepub fn build(self) -> S3BucketInfo
pub fn build(self) -> S3BucketInfo
Consumes the builder and constructs a S3BucketInfo
.