pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateApplicationVersionOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn application_version(self, input: ApplicationVersionDescription) -> Self
pub fn application_version(self, input: ApplicationVersionDescription) -> Self
The ApplicationVersionDescription
of the application version.
sourcepub fn set_application_version(
self,
input: Option<ApplicationVersionDescription>
) -> Self
pub fn set_application_version(
self,
input: Option<ApplicationVersionDescription>
) -> Self
The ApplicationVersionDescription
of the application version.
sourcepub fn build(self) -> UpdateApplicationVersionOutput
pub fn build(self) -> UpdateApplicationVersionOutput
Consumes the builder and constructs a UpdateApplicationVersionOutput
.