public static interface UpdateDiscoveryJobRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<UpdateDiscoveryJobRequest.Builder,UpdateDiscoveryJobRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDiscoveryJobRequest.Builder |
collectionDurationMinutes(Integer collectionDurationMinutes)
Specifies in minutes how long that you want the discovery job to run.
|
UpdateDiscoveryJobRequest.Builder |
discoveryJobArn(String discoveryJobArn)
Specifies the Amazon Resource Name (ARN) of the discovery job that you want to update.
|
UpdateDiscoveryJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDiscoveryJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDiscoveryJobRequest.Builder discoveryJobArn(String discoveryJobArn)
Specifies the Amazon Resource Name (ARN) of the discovery job that you want to update.
discoveryJobArn - Specifies the Amazon Resource Name (ARN) of the discovery job that you want to update.UpdateDiscoveryJobRequest.Builder collectionDurationMinutes(Integer collectionDurationMinutes)
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.)
collectionDurationMinutes - 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.)UpdateDiscoveryJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDiscoveryJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.