Struct aws_sdk_qbusiness::operation::delete_data_source::builders::DeleteDataSourceInputBuilder
source · #[non_exhaustive]pub struct DeleteDataSourceInputBuilder { /* private fields */ }Expand description
A builder for DeleteDataSourceInput.
Implementations§
source§impl DeleteDataSourceInputBuilder
impl DeleteDataSourceInputBuilder
sourcepub fn application_id(self, input: impl Into<String>) -> Self
pub fn application_id(self, input: impl Into<String>) -> Self
The identifier of the Amazon Q application used with the data source connector.
This field is required.sourcepub fn set_application_id(self, input: Option<String>) -> Self
pub fn set_application_id(self, input: Option<String>) -> Self
The identifier of the Amazon Q application used with the data source connector.
sourcepub fn get_application_id(&self) -> &Option<String>
pub fn get_application_id(&self) -> &Option<String>
The identifier of the Amazon Q application used with the data source connector.
sourcepub fn index_id(self, input: impl Into<String>) -> Self
pub fn index_id(self, input: impl Into<String>) -> Self
The identifier of the index used with the data source connector.
This field is required.sourcepub fn set_index_id(self, input: Option<String>) -> Self
pub fn set_index_id(self, input: Option<String>) -> Self
The identifier of the index used with the data source connector.
sourcepub fn get_index_id(&self) -> &Option<String>
pub fn get_index_id(&self) -> &Option<String>
The identifier of the index used with the data source connector.
sourcepub fn data_source_id(self, input: impl Into<String>) -> Self
pub fn data_source_id(self, input: impl Into<String>) -> Self
The identifier of the data source connector that you want to delete.
This field is required.sourcepub fn set_data_source_id(self, input: Option<String>) -> Self
pub fn set_data_source_id(self, input: Option<String>) -> Self
The identifier of the data source connector that you want to delete.
sourcepub fn get_data_source_id(&self) -> &Option<String>
pub fn get_data_source_id(&self) -> &Option<String>
The identifier of the data source connector that you want to delete.
sourcepub fn build(self) -> Result<DeleteDataSourceInput, BuildError>
pub fn build(self) -> Result<DeleteDataSourceInput, BuildError>
Consumes the builder and constructs a DeleteDataSourceInput.
source§impl DeleteDataSourceInputBuilder
impl DeleteDataSourceInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteDataSourceOutput, SdkError<DeleteDataSourceError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteDataSourceOutput, SdkError<DeleteDataSourceError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteDataSourceInputBuilder
impl Clone for DeleteDataSourceInputBuilder
source§fn clone(&self) -> DeleteDataSourceInputBuilder
fn clone(&self) -> DeleteDataSourceInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for DeleteDataSourceInputBuilder
impl Debug for DeleteDataSourceInputBuilder
source§impl Default for DeleteDataSourceInputBuilder
impl Default for DeleteDataSourceInputBuilder
source§fn default() -> DeleteDataSourceInputBuilder
fn default() -> DeleteDataSourceInputBuilder
source§impl PartialEq for DeleteDataSourceInputBuilder
impl PartialEq for DeleteDataSourceInputBuilder
source§fn eq(&self, other: &DeleteDataSourceInputBuilder) -> bool
fn eq(&self, other: &DeleteDataSourceInputBuilder) -> bool
self and other values to be equal, and is used
by ==.