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