Struct aws_sdk_cloudfront::model::key_group_summary::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for KeyGroupSummary
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_key_group(self, input: Option<KeyGroup>) -> Self
pub fn set_key_group(self, input: Option<KeyGroup>) -> Self
A key group.
sourcepub fn build(self) -> KeyGroupSummary
pub fn build(self) -> KeyGroupSummary
Consumes the builder and constructs a KeyGroupSummary
.