DpcMigrationAttempt.Builder

abstract class DpcMigrationAttempt.Builder


Builder for DpcMigrationAttempt.

Summary

Public functions

abstract DpcMigrationAttempt!
abstract DpcMigrationAttempt.Builder!

The time as reported by the device when migration was attempted.

abstract DpcMigrationAttempt.Builder!
setName(value: String!)

The name of the migration attempt requested.

abstract DpcMigrationAttempt.Builder!

The state of this migration attempt.

Public functions

build

abstract fun build(): DpcMigrationAttempt!

setCreateTime

abstract fun setCreateTime(value: Instant!): DpcMigrationAttempt.Builder!

The time as reported by the device when migration was attempted.

setName

abstract fun setName(value: String!): DpcMigrationAttempt.Builder!

The name of the migration attempt requested.

setState

abstract fun setState(value: DpcMigrationAttempt.State!): DpcMigrationAttempt.Builder!

The state of this migration attempt.