#[non_exhaustive]pub struct DataIntegrationAssociationSummaryBuilder { /* private fields */ }
Expand description
A builder for DataIntegrationAssociationSummary
.
Implementations§
source§impl DataIntegrationAssociationSummaryBuilder
impl DataIntegrationAssociationSummaryBuilder
sourcepub fn data_integration_association_arn(self, input: impl Into<String>) -> Self
pub fn data_integration_association_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the DataIntegration association.
sourcepub fn set_data_integration_association_arn(self, input: Option<String>) -> Self
pub fn set_data_integration_association_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the DataIntegration association.
sourcepub fn data_integration_arn(self, input: impl Into<String>) -> Self
pub fn data_integration_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the DataIntegration.
sourcepub fn set_data_integration_arn(self, input: Option<String>) -> Self
pub fn set_data_integration_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the DataIntegration.
sourcepub fn client_id(self, input: impl Into<String>) -> Self
pub fn client_id(self, input: impl Into<String>) -> Self
The identifier for the client that is associated with the DataIntegration association.
sourcepub fn set_client_id(self, input: Option<String>) -> Self
pub fn set_client_id(self, input: Option<String>) -> Self
The identifier for the client that is associated with the DataIntegration association.
sourcepub fn build(self) -> DataIntegrationAssociationSummary
pub fn build(self) -> DataIntegrationAssociationSummary
Consumes the builder and constructs a DataIntegrationAssociationSummary
.
Trait Implementations§
source§impl Clone for DataIntegrationAssociationSummaryBuilder
impl Clone for DataIntegrationAssociationSummaryBuilder
source§fn clone(&self) -> DataIntegrationAssociationSummaryBuilder
fn clone(&self) -> DataIntegrationAssociationSummaryBuilder
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 DataIntegrationAssociationSummaryBuilder
impl Default for DataIntegrationAssociationSummaryBuilder
source§fn default() -> DataIntegrationAssociationSummaryBuilder
fn default() -> DataIntegrationAssociationSummaryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DataIntegrationAssociationSummaryBuilder> for DataIntegrationAssociationSummaryBuilder
impl PartialEq<DataIntegrationAssociationSummaryBuilder> for DataIntegrationAssociationSummaryBuilder
source§fn eq(&self, other: &DataIntegrationAssociationSummaryBuilder) -> bool
fn eq(&self, other: &DataIntegrationAssociationSummaryBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.