public static class CancellationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CancellationDetails |
build() |
CancellationDetails.Builder |
copy(CancellationDetails model) |
CancellationDetails.Builder |
isForced(Boolean isForced)
Indicates whether a forced cancellation was requested for the job while it was running.
|
public CancellationDetails.Builder isForced(Boolean isForced)
Indicates whether a forced cancellation was requested for the job while it was running. A forced cancellation can result in an incorrect state file. For example, the state file might not reflect the exact state of the provisioned resources.
isForced
- the value to setpublic CancellationDetails build()
public CancellationDetails.Builder copy(CancellationDetails model)
Copyright © 2016–2024. All rights reserved.