pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateAppImageConfigOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn app_image_config_arn(self, input: impl Into<String>) -> Self
pub fn app_image_config_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for the AppImageConfig.
sourcepub fn set_app_image_config_arn(self, input: Option<String>) -> Self
pub fn set_app_image_config_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for the AppImageConfig.
sourcepub fn build(self) -> UpdateAppImageConfigOutput
pub fn build(self) -> UpdateAppImageConfigOutput
Consumes the builder and constructs a UpdateAppImageConfigOutput
.