#[non_exhaustive]pub struct RecommendationJobResourceLimitBuilder { /* private fields */ }
Expand description
A builder for RecommendationJobResourceLimit
.
Implementations§
source§impl RecommendationJobResourceLimitBuilder
impl RecommendationJobResourceLimitBuilder
sourcepub fn max_number_of_tests(self, input: i32) -> Self
pub fn max_number_of_tests(self, input: i32) -> Self
Defines the maximum number of load tests.
sourcepub fn set_max_number_of_tests(self, input: Option<i32>) -> Self
pub fn set_max_number_of_tests(self, input: Option<i32>) -> Self
Defines the maximum number of load tests.
sourcepub fn max_parallel_of_tests(self, input: i32) -> Self
pub fn max_parallel_of_tests(self, input: i32) -> Self
Defines the maximum number of parallel load tests.
sourcepub fn set_max_parallel_of_tests(self, input: Option<i32>) -> Self
pub fn set_max_parallel_of_tests(self, input: Option<i32>) -> Self
Defines the maximum number of parallel load tests.
sourcepub fn build(self) -> RecommendationJobResourceLimit
pub fn build(self) -> RecommendationJobResourceLimit
Consumes the builder and constructs a RecommendationJobResourceLimit
.
Trait Implementations§
source§impl Clone for RecommendationJobResourceLimitBuilder
impl Clone for RecommendationJobResourceLimitBuilder
source§fn clone(&self) -> RecommendationJobResourceLimitBuilder
fn clone(&self) -> RecommendationJobResourceLimitBuilder
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 Default for RecommendationJobResourceLimitBuilder
impl Default for RecommendationJobResourceLimitBuilder
source§fn default() -> RecommendationJobResourceLimitBuilder
fn default() -> RecommendationJobResourceLimitBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<RecommendationJobResourceLimitBuilder> for RecommendationJobResourceLimitBuilder
impl PartialEq<RecommendationJobResourceLimitBuilder> for RecommendationJobResourceLimitBuilder
source§fn eq(&self, other: &RecommendationJobResourceLimitBuilder) -> bool
fn eq(&self, other: &RecommendationJobResourceLimitBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.