pub struct Builder { /* private fields */ }
Expand description
A builder for BatchGetBuildBatchesInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn ids(self, input: impl Into<String>) -> Self
pub fn ids(self, input: impl Into<String>) -> Self
Appends an item to ids
.
To override the contents of this collection use set_ids
.
An array that contains the batch build identifiers to retrieve.
sourcepub fn set_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_ids(self, input: Option<Vec<String>>) -> Self
An array that contains the batch build identifiers to retrieve.
sourcepub fn build(self) -> Result<BatchGetBuildBatchesInput, BuildError>
pub fn build(self) -> Result<BatchGetBuildBatchesInput, BuildError>
Consumes the builder and constructs a BatchGetBuildBatchesInput
.