pub struct Builder { /* private fields */ }
Expand description
A builder for AwsCloudFrontDistributionOriginGroups
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn items(self, input: AwsCloudFrontDistributionOriginGroup) -> Self
pub fn items(self, input: AwsCloudFrontDistributionOriginGroup) -> Self
Appends an item to items
.
To override the contents of this collection use set_items
.
The list of origin groups.
sourcepub fn set_items(
self,
input: Option<Vec<AwsCloudFrontDistributionOriginGroup>>
) -> Self
pub fn set_items(
self,
input: Option<Vec<AwsCloudFrontDistributionOriginGroup>>
) -> Self
The list of origin groups.
sourcepub fn build(self) -> AwsCloudFrontDistributionOriginGroups
pub fn build(self) -> AwsCloudFrontDistributionOriginGroups
Consumes the builder and constructs a AwsCloudFrontDistributionOriginGroups
.