Struct aws_sdk_ec2::model::prefix_list_entry::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for PrefixListEntry
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description.
sourcepub fn build(self) -> PrefixListEntry
pub fn build(self) -> PrefixListEntry
Consumes the builder and constructs a PrefixListEntry
.