pub struct Builder { /* private fields */ }
Expand description
A builder for ModifyVpcEndpointServiceConfigurationOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn return(self, input: bool) -> Self
pub fn return(self, input: bool) -> Self
Returns true
if the request succeeds; otherwise, it returns an error.
sourcepub fn set_return(self, input: Option<bool>) -> Self
pub fn set_return(self, input: Option<bool>) -> Self
Returns true
if the request succeeds; otherwise, it returns an error.
sourcepub fn build(self) -> ModifyVpcEndpointServiceConfigurationOutput
pub fn build(self) -> ModifyVpcEndpointServiceConfigurationOutput
Consumes the builder and constructs a ModifyVpcEndpointServiceConfigurationOutput
.