Struct aws_sdk_datasync::operation::update_discovery_job::builders::UpdateDiscoveryJobInputBuilder
source · #[non_exhaustive]pub struct UpdateDiscoveryJobInputBuilder { /* private fields */ }
Expand description
A builder for UpdateDiscoveryJobInput
.
Implementations§
source§impl UpdateDiscoveryJobInputBuilder
impl UpdateDiscoveryJobInputBuilder
sourcepub fn discovery_job_arn(self, input: impl Into<String>) -> Self
pub fn discovery_job_arn(self, input: impl Into<String>) -> Self
Specifies the Amazon Resource Name (ARN) of the discovery job that you want to update.
This field is required.sourcepub fn set_discovery_job_arn(self, input: Option<String>) -> Self
pub fn set_discovery_job_arn(self, input: Option<String>) -> Self
Specifies the Amazon Resource Name (ARN) of the discovery job that you want to update.
sourcepub fn get_discovery_job_arn(&self) -> &Option<String>
pub fn get_discovery_job_arn(&self) -> &Option<String>
Specifies the Amazon Resource Name (ARN) of the discovery job that you want to update.
sourcepub fn collection_duration_minutes(self, input: i32) -> Self
pub fn collection_duration_minutes(self, input: i32) -> Self
Specifies in minutes how long that you want the discovery job to run. (You can't set this parameter to less than the number of minutes that the job has already run for.)
This field is required.sourcepub fn set_collection_duration_minutes(self, input: Option<i32>) -> Self
pub fn set_collection_duration_minutes(self, input: Option<i32>) -> Self
Specifies in minutes how long that you want the discovery job to run. (You can't set this parameter to less than the number of minutes that the job has already run for.)
sourcepub fn get_collection_duration_minutes(&self) -> &Option<i32>
pub fn get_collection_duration_minutes(&self) -> &Option<i32>
Specifies in minutes how long that you want the discovery job to run. (You can't set this parameter to less than the number of minutes that the job has already run for.)
sourcepub fn build(self) -> Result<UpdateDiscoveryJobInput, BuildError>
pub fn build(self) -> Result<UpdateDiscoveryJobInput, BuildError>
Consumes the builder and constructs a UpdateDiscoveryJobInput
.
source§impl UpdateDiscoveryJobInputBuilder
impl UpdateDiscoveryJobInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateDiscoveryJobOutput, SdkError<UpdateDiscoveryJobError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateDiscoveryJobOutput, SdkError<UpdateDiscoveryJobError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateDiscoveryJobInputBuilder
impl Clone for UpdateDiscoveryJobInputBuilder
source§fn clone(&self) -> UpdateDiscoveryJobInputBuilder
fn clone(&self) -> UpdateDiscoveryJobInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for UpdateDiscoveryJobInputBuilder
impl Default for UpdateDiscoveryJobInputBuilder
source§fn default() -> UpdateDiscoveryJobInputBuilder
fn default() -> UpdateDiscoveryJobInputBuilder
source§impl PartialEq for UpdateDiscoveryJobInputBuilder
impl PartialEq for UpdateDiscoveryJobInputBuilder
source§fn eq(&self, other: &UpdateDiscoveryJobInputBuilder) -> bool
fn eq(&self, other: &UpdateDiscoveryJobInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.