pub struct Builder { /* private fields */ }
Expand description
A builder for BatchGetCustomDataIdentifiersInput
.
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 of custom data identifier IDs, one for each custom data identifier to retrieve information about.
sourcepub fn set_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_ids(self, input: Option<Vec<String>>) -> Self
An array of custom data identifier IDs, one for each custom data identifier to retrieve information about.
sourcepub fn build(self) -> Result<BatchGetCustomDataIdentifiersInput, BuildError>
pub fn build(self) -> Result<BatchGetCustomDataIdentifiersInput, BuildError>
Consumes the builder and constructs a BatchGetCustomDataIdentifiersInput
.