Struct aws_sdk_glue::input::delete_connection_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DeleteConnectionInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn catalog_id(self, input: impl Into<String>) -> Self
pub fn catalog_id(self, input: impl Into<String>) -> Self
The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services account ID is used by default.
sourcepub fn set_catalog_id(self, input: Option<String>) -> Self
pub fn set_catalog_id(self, input: Option<String>) -> Self
The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services account ID is used by default.
sourcepub fn connection_name(self, input: impl Into<String>) -> Self
pub fn connection_name(self, input: impl Into<String>) -> Self
The name of the connection to delete.
sourcepub fn set_connection_name(self, input: Option<String>) -> Self
pub fn set_connection_name(self, input: Option<String>) -> Self
The name of the connection to delete.
sourcepub fn build(self) -> Result<DeleteConnectionInput, BuildError>
pub fn build(self) -> Result<DeleteConnectionInput, BuildError>
Consumes the builder and constructs a DeleteConnectionInput.