Struct aws_sdk_appintegrations::operation::delete_data_integration::builders::DeleteDataIntegrationInputBuilder
source · #[non_exhaustive]pub struct DeleteDataIntegrationInputBuilder { /* private fields */ }
Expand description
A builder for DeleteDataIntegrationInput
.
Implementations§
source§impl DeleteDataIntegrationInputBuilder
impl DeleteDataIntegrationInputBuilder
sourcepub fn data_integration_identifier(self, input: impl Into<String>) -> Self
pub fn data_integration_identifier(self, input: impl Into<String>) -> Self
A unique identifier for the DataIntegration.
sourcepub fn set_data_integration_identifier(self, input: Option<String>) -> Self
pub fn set_data_integration_identifier(self, input: Option<String>) -> Self
A unique identifier for the DataIntegration.
sourcepub fn build(self) -> Result<DeleteDataIntegrationInput, BuildError>
pub fn build(self) -> Result<DeleteDataIntegrationInput, BuildError>
Consumes the builder and constructs a DeleteDataIntegrationInput
.
Trait Implementations§
source§impl Clone for DeleteDataIntegrationInputBuilder
impl Clone for DeleteDataIntegrationInputBuilder
source§fn clone(&self) -> DeleteDataIntegrationInputBuilder
fn clone(&self) -> DeleteDataIntegrationInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for DeleteDataIntegrationInputBuilder
impl Default for DeleteDataIntegrationInputBuilder
source§fn default() -> DeleteDataIntegrationInputBuilder
fn default() -> DeleteDataIntegrationInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteDataIntegrationInputBuilder> for DeleteDataIntegrationInputBuilder
impl PartialEq<DeleteDataIntegrationInputBuilder> for DeleteDataIntegrationInputBuilder
source§fn eq(&self, other: &DeleteDataIntegrationInputBuilder) -> bool
fn eq(&self, other: &DeleteDataIntegrationInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.