pub struct Builder { /* private fields */ }
Expand description
A builder for BatchGetPreparedStatementInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn prepared_statement_names(self, input: impl Into<String>) -> Self
pub fn prepared_statement_names(self, input: impl Into<String>) -> Self
Appends an item to prepared_statement_names
.
To override the contents of this collection use set_prepared_statement_names
.
A list of prepared statement names to return.
sourcepub fn set_prepared_statement_names(self, input: Option<Vec<String>>) -> Self
pub fn set_prepared_statement_names(self, input: Option<Vec<String>>) -> Self
A list of prepared statement names to return.
sourcepub fn work_group(self, input: impl Into<String>) -> Self
pub fn work_group(self, input: impl Into<String>) -> Self
The name of the workgroup to which the prepared statements belong.
sourcepub fn set_work_group(self, input: Option<String>) -> Self
pub fn set_work_group(self, input: Option<String>) -> Self
The name of the workgroup to which the prepared statements belong.
sourcepub fn build(self) -> Result<BatchGetPreparedStatementInput, BuildError>
pub fn build(self) -> Result<BatchGetPreparedStatementInput, BuildError>
Consumes the builder and constructs a BatchGetPreparedStatementInput
.