pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateVirtualServiceOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn virtual_service(self, input: VirtualServiceData) -> Self
pub fn virtual_service(self, input: VirtualServiceData) -> Self
A full description of the virtual service that was updated.
sourcepub fn set_virtual_service(self, input: Option<VirtualServiceData>) -> Self
pub fn set_virtual_service(self, input: Option<VirtualServiceData>) -> Self
A full description of the virtual service that was updated.
sourcepub fn build(self) -> UpdateVirtualServiceOutput
pub fn build(self) -> UpdateVirtualServiceOutput
Consumes the builder and constructs a UpdateVirtualServiceOutput
.