#[non_exhaustive]pub struct ResourceQuotaBuilder { /* private fields */ }Expand description
A builder for ResourceQuota.
Implementations§
source§impl ResourceQuotaBuilder
impl ResourceQuotaBuilder
sourcepub fn maximum(self, input: i32) -> Self
pub fn maximum(self, input: i32) -> Self
The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.
sourcepub fn set_maximum(self, input: Option<i32>) -> Self
pub fn set_maximum(self, input: Option<i32>) -> Self
The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.
sourcepub fn build(self) -> ResourceQuota
pub fn build(self) -> ResourceQuota
Consumes the builder and constructs a ResourceQuota.
Trait Implementations§
source§impl Clone for ResourceQuotaBuilder
impl Clone for ResourceQuotaBuilder
source§fn clone(&self) -> ResourceQuotaBuilder
fn clone(&self) -> ResourceQuotaBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ResourceQuotaBuilder
impl Debug for ResourceQuotaBuilder
source§impl Default for ResourceQuotaBuilder
impl Default for ResourceQuotaBuilder
source§fn default() -> ResourceQuotaBuilder
fn default() -> ResourceQuotaBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ResourceQuotaBuilder> for ResourceQuotaBuilder
impl PartialEq<ResourceQuotaBuilder> for ResourceQuotaBuilder
source§fn eq(&self, other: &ResourceQuotaBuilder) -> bool
fn eq(&self, other: &ResourceQuotaBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.