Struct aws_sdk_eventbridge::model::batch_array_properties::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for BatchArrayProperties.
Implementations§
source§impl Builder
impl Builder
sourcepub fn size(self, input: i32) -> Self
pub fn size(self, input: i32) -> Self
The size of the array, if this is an array batch job. Valid values are integers between 2 and 10,000.
sourcepub fn set_size(self, input: Option<i32>) -> Self
pub fn set_size(self, input: Option<i32>) -> Self
The size of the array, if this is an array batch job. Valid values are integers between 2 and 10,000.
sourcepub fn build(self) -> BatchArrayProperties
pub fn build(self) -> BatchArrayProperties
Consumes the builder and constructs a BatchArrayProperties.