pub struct Builder { /* private fields */ }
Expand description
A builder for DescribeAppImageConfigInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn app_image_config_name(self, input: impl Into<String>) -> Self
pub fn app_image_config_name(self, input: impl Into<String>) -> Self
The name of the AppImageConfig to describe.
sourcepub fn set_app_image_config_name(self, input: Option<String>) -> Self
pub fn set_app_image_config_name(self, input: Option<String>) -> Self
The name of the AppImageConfig to describe.
sourcepub fn build(self) -> Result<DescribeAppImageConfigInput, BuildError>
pub fn build(self) -> Result<DescribeAppImageConfigInput, BuildError>
Consumes the builder and constructs a DescribeAppImageConfigInput
.