pub struct Builder { /* private fields */ }
Expand description
A builder for CreateAppImageConfigOutput
.
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) of 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) of the AppImageConfig.
sourcepub fn build(self) -> CreateAppImageConfigOutput
pub fn build(self) -> CreateAppImageConfigOutput
Consumes the builder and constructs a CreateAppImageConfigOutput
.