Struct aws_sdk_glue::operation::update_data_quality_ruleset::builders::UpdateDataQualityRulesetInputBuilder
source · #[non_exhaustive]pub struct UpdateDataQualityRulesetInputBuilder { /* private fields */ }Expand description
A builder for UpdateDataQualityRulesetInput.
Implementations§
source§impl UpdateDataQualityRulesetInputBuilder
impl UpdateDataQualityRulesetInputBuilder
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description of the ruleset.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description of the ruleset.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
A description of the ruleset.
sourcepub fn ruleset(self, input: impl Into<String>) -> Self
pub fn ruleset(self, input: impl Into<String>) -> Self
A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.
sourcepub fn set_ruleset(self, input: Option<String>) -> Self
pub fn set_ruleset(self, input: Option<String>) -> Self
A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.
sourcepub fn get_ruleset(&self) -> &Option<String>
pub fn get_ruleset(&self) -> &Option<String>
A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.
sourcepub fn build(self) -> Result<UpdateDataQualityRulesetInput, BuildError>
pub fn build(self) -> Result<UpdateDataQualityRulesetInput, BuildError>
Consumes the builder and constructs a UpdateDataQualityRulesetInput.
source§impl UpdateDataQualityRulesetInputBuilder
impl UpdateDataQualityRulesetInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateDataQualityRulesetOutput, SdkError<UpdateDataQualityRulesetError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateDataQualityRulesetOutput, SdkError<UpdateDataQualityRulesetError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateDataQualityRulesetInputBuilder
impl Clone for UpdateDataQualityRulesetInputBuilder
source§fn clone(&self) -> UpdateDataQualityRulesetInputBuilder
fn clone(&self) -> UpdateDataQualityRulesetInputBuilder
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 UpdateDataQualityRulesetInputBuilder
impl Default for UpdateDataQualityRulesetInputBuilder
source§fn default() -> UpdateDataQualityRulesetInputBuilder
fn default() -> UpdateDataQualityRulesetInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateDataQualityRulesetInputBuilder> for UpdateDataQualityRulesetInputBuilder
impl PartialEq<UpdateDataQualityRulesetInputBuilder> for UpdateDataQualityRulesetInputBuilder
source§fn eq(&self, other: &UpdateDataQualityRulesetInputBuilder) -> bool
fn eq(&self, other: &UpdateDataQualityRulesetInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateDataQualityRulesetInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateDataQualityRulesetInputBuilder
impl Send for UpdateDataQualityRulesetInputBuilder
impl Sync for UpdateDataQualityRulesetInputBuilder
impl Unpin for UpdateDataQualityRulesetInputBuilder
impl UnwindSafe for UpdateDataQualityRulesetInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more