Struct aws_sdk_ec2::model::add_prefix_list_entry::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AddPrefixListEntry
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description for the entry.
Constraints: Up to 255 characters in length.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description for the entry.
Constraints: Up to 255 characters in length.
sourcepub fn build(self) -> AddPrefixListEntry
pub fn build(self) -> AddPrefixListEntry
Consumes the builder and constructs a AddPrefixListEntry
.