pub struct Builder { /* private fields */ }Expand description
A builder for ResourceDataSyncDestinationDataSharing.
Implementations§
source§impl Builder
impl Builder
sourcepub fn destination_data_sharing_type(self, input: impl Into<String>) -> Self
pub fn destination_data_sharing_type(self, input: impl Into<String>) -> Self
The sharing data type. Only Organization is supported.
sourcepub fn set_destination_data_sharing_type(self, input: Option<String>) -> Self
pub fn set_destination_data_sharing_type(self, input: Option<String>) -> Self
The sharing data type. Only Organization is supported.
sourcepub fn build(self) -> ResourceDataSyncDestinationDataSharing
pub fn build(self) -> ResourceDataSyncDestinationDataSharing
Consumes the builder and constructs a ResourceDataSyncDestinationDataSharing.