pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteDataIntegrationInput
.
Implementations§
source§impl Builder
impl Builder
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
.