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