pub struct Builder { /* private fields */ }
Expand description
A builder for BatchDescribeModelPackageInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn model_package_arn_list(self, input: impl Into<String>) -> Self
pub fn model_package_arn_list(self, input: impl Into<String>) -> Self
Appends an item to model_package_arn_list
.
To override the contents of this collection use set_model_package_arn_list
.
The list of Amazon Resource Name (ARN) of the model package groups.
sourcepub fn set_model_package_arn_list(self, input: Option<Vec<String>>) -> Self
pub fn set_model_package_arn_list(self, input: Option<Vec<String>>) -> Self
The list of Amazon Resource Name (ARN) of the model package groups.
sourcepub fn build(self) -> Result<BatchDescribeModelPackageInput, BuildError>
pub fn build(self) -> Result<BatchDescribeModelPackageInput, BuildError>
Consumes the builder and constructs a BatchDescribeModelPackageInput
.