pub struct Builder { /* private fields */ }Expand description
A builder for BlockPublicAccessConfigurationMetadata.
Implementations§
source§impl Builder
impl Builder
sourcepub fn creation_date_time(self, input: DateTime) -> Self
pub fn creation_date_time(self, input: DateTime) -> Self
The date and time that the configuration was created.
sourcepub fn set_creation_date_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_date_time(self, input: Option<DateTime>) -> Self
The date and time that the configuration was created.
sourcepub fn created_by_arn(self, input: impl Into<String>) -> Self
pub fn created_by_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name that created or last modified the configuration.
sourcepub fn set_created_by_arn(self, input: Option<String>) -> Self
pub fn set_created_by_arn(self, input: Option<String>) -> Self
The Amazon Resource Name that created or last modified the configuration.
sourcepub fn build(self) -> BlockPublicAccessConfigurationMetadata
pub fn build(self) -> BlockPublicAccessConfigurationMetadata
Consumes the builder and constructs a BlockPublicAccessConfigurationMetadata.