Struct aws_sdk_glue::input::batch_get_dev_endpoints_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for BatchGetDevEndpointsInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn dev_endpoint_names(self, input: impl Into<String>) -> Self
pub fn dev_endpoint_names(self, input: impl Into<String>) -> Self
Appends an item to dev_endpoint_names.
To override the contents of this collection use set_dev_endpoint_names.
The list of DevEndpoint names, which might be the names returned from the ListDevEndpoint operation.
sourcepub fn set_dev_endpoint_names(self, input: Option<Vec<String>>) -> Self
pub fn set_dev_endpoint_names(self, input: Option<Vec<String>>) -> Self
The list of DevEndpoint names, which might be the names returned from the ListDevEndpoint operation.
sourcepub fn build(self) -> Result<BatchGetDevEndpointsInput, BuildError>
pub fn build(self) -> Result<BatchGetDevEndpointsInput, BuildError>
Consumes the builder and constructs a BatchGetDevEndpointsInput.