Struct aws_sdk_proton::output::create_service_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for CreateServiceOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn service(self, input: Service) -> Self
pub fn service(self, input: Service) -> Self
The service detail data that's returned by Proton.
sourcepub fn set_service(self, input: Option<Service>) -> Self
pub fn set_service(self, input: Option<Service>) -> Self
The service detail data that's returned by Proton.
sourcepub fn build(self) -> CreateServiceOutput
pub fn build(self) -> CreateServiceOutput
Consumes the builder and constructs a CreateServiceOutput.