Struct aws_sdk_glue::output::get_dev_endpoint_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for GetDevEndpointOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn dev_endpoint(self, input: DevEndpoint) -> Self
pub fn dev_endpoint(self, input: DevEndpoint) -> Self
A DevEndpoint definition.
sourcepub fn set_dev_endpoint(self, input: Option<DevEndpoint>) -> Self
pub fn set_dev_endpoint(self, input: Option<DevEndpoint>) -> Self
A DevEndpoint definition.
sourcepub fn build(self) -> GetDevEndpointOutput
pub fn build(self) -> GetDevEndpointOutput
Consumes the builder and constructs a GetDevEndpointOutput.