Struct aws_sdk_shield::model::subscription_limits::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for SubscriptionLimits
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn protection_limits(self, input: ProtectionLimits) -> Self
pub fn protection_limits(self, input: ProtectionLimits) -> Self
Limits settings on protections for your subscription.
sourcepub fn set_protection_limits(self, input: Option<ProtectionLimits>) -> Self
pub fn set_protection_limits(self, input: Option<ProtectionLimits>) -> Self
Limits settings on protections for your subscription.
sourcepub fn protection_group_limits(self, input: ProtectionGroupLimits) -> Self
pub fn protection_group_limits(self, input: ProtectionGroupLimits) -> Self
Limits settings on protection groups for your subscription.
sourcepub fn set_protection_group_limits(
self,
input: Option<ProtectionGroupLimits>
) -> Self
pub fn set_protection_group_limits(
self,
input: Option<ProtectionGroupLimits>
) -> Self
Limits settings on protection groups for your subscription.
sourcepub fn build(self) -> SubscriptionLimits
pub fn build(self) -> SubscriptionLimits
Consumes the builder and constructs a SubscriptionLimits
.