#[non_exhaustive]pub struct ArrayPropertiesSummaryBuilder { /* private fields */ }
Expand description
A builder for ArrayPropertiesSummary
.
Implementations§
source§impl ArrayPropertiesSummaryBuilder
impl ArrayPropertiesSummaryBuilder
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
.
Trait Implementations§
source§impl Clone for ArrayPropertiesSummaryBuilder
impl Clone for ArrayPropertiesSummaryBuilder
source§fn clone(&self) -> ArrayPropertiesSummaryBuilder
fn clone(&self) -> ArrayPropertiesSummaryBuilder
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 ArrayPropertiesSummaryBuilder
impl Default for ArrayPropertiesSummaryBuilder
source§fn default() -> ArrayPropertiesSummaryBuilder
fn default() -> ArrayPropertiesSummaryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ArrayPropertiesSummaryBuilder> for ArrayPropertiesSummaryBuilder
impl PartialEq<ArrayPropertiesSummaryBuilder> for ArrayPropertiesSummaryBuilder
source§fn eq(&self, other: &ArrayPropertiesSummaryBuilder) -> bool
fn eq(&self, other: &ArrayPropertiesSummaryBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.