Struct aws_sdk_batch::model::array_properties_summary::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ArrayPropertiesSummary
.
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 job. This parameter is returned for parent array jobs.
sourcepub fn set_size(self, input: Option<i32>) -> Self
pub fn set_size(self, input: Option<i32>) -> Self
The size of the array job. This parameter is returned for parent array jobs.
sourcepub fn index(self, input: i32) -> Self
pub fn index(self, input: i32) -> Self
The job index within the array that's associated with this job. This parameter is returned for children of array jobs.
sourcepub fn set_index(self, input: Option<i32>) -> Self
pub fn set_index(self, input: Option<i32>) -> Self
The job index within the array that's associated with this job. This parameter is returned for children of array jobs.
sourcepub fn build(self) -> ArrayPropertiesSummary
pub fn build(self) -> ArrayPropertiesSummary
Consumes the builder and constructs a ArrayPropertiesSummary
.