DpcMigrationAttempt.Builder

public abstract class DpcMigrationAttempt.Builder


Builder for DpcMigrationAttempt.

Summary

Public methods

abstract DpcMigrationAttempt
abstract DpcMigrationAttempt.Builder

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

abstract DpcMigrationAttempt.Builder
setName(String value)

The name of the migration attempt requested.

abstract DpcMigrationAttempt.Builder

The state of this migration attempt.

Public methods

build

public abstract DpcMigrationAttempt build()

setCreateTime

public abstract DpcMigrationAttempt.Builder setCreateTime(Instant value)

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

setName

public abstract DpcMigrationAttempt.Builder setName(String value)

The name of the migration attempt requested.

setState

public abstract DpcMigrationAttempt.Builder setState(DpcMigrationAttempt.State value)

The state of this migration attempt.