pub struct Builder { /* private fields */ }
Expand description
A builder for CreateImageVersionOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn image_version_arn(self, input: impl Into<String>) -> Self
pub fn image_version_arn(self, input: impl Into<String>) -> Self
The ARN of the image version.
sourcepub fn set_image_version_arn(self, input: Option<String>) -> Self
pub fn set_image_version_arn(self, input: Option<String>) -> Self
The ARN of the image version.
sourcepub fn build(self) -> CreateImageVersionOutput
pub fn build(self) -> CreateImageVersionOutput
Consumes the builder and constructs a CreateImageVersionOutput
.