pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateDataIntegrationInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn identifier(self, input: impl Into<String>) -> Self
pub fn identifier(self, input: impl Into<String>) -> Self
A unique identifier for the DataIntegration.
sourcepub fn set_identifier(self, input: Option<String>) -> Self
pub fn set_identifier(self, input: Option<String>) -> Self
A unique identifier for the DataIntegration.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description of the DataIntegration.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description of the DataIntegration.
sourcepub fn build(self) -> Result<UpdateDataIntegrationInput, BuildError>
pub fn build(self) -> Result<UpdateDataIntegrationInput, BuildError>
Consumes the builder and constructs a UpdateDataIntegrationInput
.