Struct aws_sdk_ec2::model::principal_id_format::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for PrincipalIdFormat
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn statuses(self, input: IdFormat) -> Self
pub fn statuses(self, input: IdFormat) -> Self
Appends an item to statuses
.
To override the contents of this collection use set_statuses
.
PrincipalIdFormatStatuses description
sourcepub fn set_statuses(self, input: Option<Vec<IdFormat>>) -> Self
pub fn set_statuses(self, input: Option<Vec<IdFormat>>) -> Self
PrincipalIdFormatStatuses description
sourcepub fn build(self) -> PrincipalIdFormat
pub fn build(self) -> PrincipalIdFormat
Consumes the builder and constructs a PrincipalIdFormat
.