Struct aws_sdk_iottwinmaker::operation::delete_sync_job::builders::DeleteSyncJobFluentBuilder
source · pub struct DeleteSyncJobFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DeleteSyncJob.
Delete the SyncJob.
Implementations§
source§impl DeleteSyncJobFluentBuilder
impl DeleteSyncJobFluentBuilder
sourcepub fn as_input(&self) -> &DeleteSyncJobInputBuilder
pub fn as_input(&self) -> &DeleteSyncJobInputBuilder
Access the DeleteSyncJob as a reference.
sourcepub async fn send(
self
) -> Result<DeleteSyncJobOutput, SdkError<DeleteSyncJobError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteSyncJobOutput, SdkError<DeleteSyncJobError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<DeleteSyncJobOutput, DeleteSyncJobError, Self>
pub fn customize( self ) -> CustomizableOperation<DeleteSyncJobOutput, DeleteSyncJobError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn workspace_id(self, input: impl Into<String>) -> Self
pub fn workspace_id(self, input: impl Into<String>) -> Self
The workspace ID.
sourcepub fn set_workspace_id(self, input: Option<String>) -> Self
pub fn set_workspace_id(self, input: Option<String>) -> Self
The workspace ID.
sourcepub fn get_workspace_id(&self) -> &Option<String>
pub fn get_workspace_id(&self) -> &Option<String>
The workspace ID.
sourcepub fn sync_source(self, input: impl Into<String>) -> Self
pub fn sync_source(self, input: impl Into<String>) -> Self
The sync source.
Currently the only supported syncSource is SITEWISE .
sourcepub fn set_sync_source(self, input: Option<String>) -> Self
pub fn set_sync_source(self, input: Option<String>) -> Self
The sync source.
Currently the only supported syncSource is SITEWISE .
sourcepub fn get_sync_source(&self) -> &Option<String>
pub fn get_sync_source(&self) -> &Option<String>
The sync source.
Currently the only supported syncSource is SITEWISE .
Trait Implementations§
source§impl Clone for DeleteSyncJobFluentBuilder
impl Clone for DeleteSyncJobFluentBuilder
source§fn clone(&self) -> DeleteSyncJobFluentBuilder
fn clone(&self) -> DeleteSyncJobFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more