pub struct Builder { /* private fields */ }Expand description
A builder for UpdateServiceInstanceOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn service_instance(self, input: ServiceInstance) -> Self
pub fn service_instance(self, input: ServiceInstance) -> Self
The service instance summary data that's returned by Proton.
sourcepub fn set_service_instance(self, input: Option<ServiceInstance>) -> Self
pub fn set_service_instance(self, input: Option<ServiceInstance>) -> Self
The service instance summary data that's returned by Proton.
sourcepub fn build(self) -> UpdateServiceInstanceOutput
pub fn build(self) -> UpdateServiceInstanceOutput
Consumes the builder and constructs a UpdateServiceInstanceOutput.