public static interface NotifyMigrationTaskStateRequest.Builder extends MigrationHubRequest.Builder, SdkPojo, CopyableBuilder<NotifyMigrationTaskStateRequest.Builder,NotifyMigrationTaskStateRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildNotifyMigrationTaskStateRequest.Builder progressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
progressUpdateStream - The name of the ProgressUpdateStream.NotifyMigrationTaskStateRequest.Builder migrationTaskName(String migrationTaskName)
Unique identifier that references the migration task. Do not store personal data in this field.
migrationTaskName - Unique identifier that references the migration task. Do not store personal data in this field.NotifyMigrationTaskStateRequest.Builder task(Task task)
Information about the task's progress and status.
task - Information about the task's progress and status.default NotifyMigrationTaskStateRequest.Builder task(Consumer<Task.Builder> task)
Information about the task's progress and status.
This is a convenience method that creates an instance of theTask.Builder avoiding the need to create
one manually via Task.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to task(Task).
task - a consumer that will call methods on Task.Buildertask(Task)NotifyMigrationTaskStateRequest.Builder updateDateTime(Instant updateDateTime)
The timestamp when the task was gathered.
updateDateTime - The timestamp when the task was gathered.NotifyMigrationTaskStateRequest.Builder nextUpdateSeconds(Integer nextUpdateSeconds)
Number of seconds after the UpdateDateTime within which the Migration Hub can expect an update. If Migration Hub does not receive an update within the specified interval, then the migration task will be considered stale.
nextUpdateSeconds - Number of seconds after the UpdateDateTime within which the Migration Hub can expect an update. If
Migration Hub does not receive an update within the specified interval, then the migration task will
be considered stale.NotifyMigrationTaskStateRequest.Builder dryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
dryRun - Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has
permission to make the call.NotifyMigrationTaskStateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderNotifyMigrationTaskStateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.