Struct aws_sdk_ssm::operation::update_resource_data_sync::builders::UpdateResourceDataSyncInputBuilder    
source · #[non_exhaustive]pub struct UpdateResourceDataSyncInputBuilder { /* private fields */ }Expand description
A builder for UpdateResourceDataSyncInput.
Implementations§
source§impl UpdateResourceDataSyncInputBuilder
 
impl UpdateResourceDataSyncInputBuilder
sourcepub fn sync_name(self, input: impl Into<String>) -> Self
 
pub fn sync_name(self, input: impl Into<String>) -> Self
The name of the resource data sync you want to update.
sourcepub fn set_sync_name(self, input: Option<String>) -> Self
 
pub fn set_sync_name(self, input: Option<String>) -> Self
The name of the resource data sync you want to update.
sourcepub fn sync_type(self, input: impl Into<String>) -> Self
 
pub fn sync_type(self, input: impl Into<String>) -> Self
The type of resource data sync. The supported SyncType is SyncFromSource.
sourcepub fn set_sync_type(self, input: Option<String>) -> Self
 
pub fn set_sync_type(self, input: Option<String>) -> Self
The type of resource data sync. The supported SyncType is SyncFromSource.
sourcepub fn sync_source(self, input: ResourceDataSyncSource) -> Self
 
pub fn sync_source(self, input: ResourceDataSyncSource) -> Self
Specify information about the data sources to synchronize.
sourcepub fn set_sync_source(self, input: Option<ResourceDataSyncSource>) -> Self
 
pub fn set_sync_source(self, input: Option<ResourceDataSyncSource>) -> Self
Specify information about the data sources to synchronize.
sourcepub fn build(self) -> Result<UpdateResourceDataSyncInput, BuildError>
 
pub fn build(self) -> Result<UpdateResourceDataSyncInput, BuildError>
Consumes the builder and constructs a UpdateResourceDataSyncInput.
Trait Implementations§
source§impl Clone for UpdateResourceDataSyncInputBuilder
 
impl Clone for UpdateResourceDataSyncInputBuilder
source§fn clone(&self) -> UpdateResourceDataSyncInputBuilder
 
fn clone(&self) -> UpdateResourceDataSyncInputBuilder
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 UpdateResourceDataSyncInputBuilder
 
impl Default for UpdateResourceDataSyncInputBuilder
source§fn default() -> UpdateResourceDataSyncInputBuilder
 
fn default() -> UpdateResourceDataSyncInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateResourceDataSyncInputBuilder> for UpdateResourceDataSyncInputBuilder
 
impl PartialEq<UpdateResourceDataSyncInputBuilder> for UpdateResourceDataSyncInputBuilder
source§fn eq(&self, other: &UpdateResourceDataSyncInputBuilder) -> bool
 
fn eq(&self, other: &UpdateResourceDataSyncInputBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.