Struct aws_sdk_s3::model::bucket::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Bucket
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn creation_date(self, input: DateTime) -> Self
pub fn creation_date(self, input: DateTime) -> Self
Date the bucket was created. This date can change when making changes to your bucket, such as editing its bucket policy.
sourcepub fn set_creation_date(self, input: Option<DateTime>) -> Self
pub fn set_creation_date(self, input: Option<DateTime>) -> Self
Date the bucket was created. This date can change when making changes to your bucket, such as editing its bucket policy.