public static class TerminatePreemptionAction.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TerminatePreemptionAction |
build() |
TerminatePreemptionAction.Builder |
copy(TerminatePreemptionAction model) |
TerminatePreemptionAction.Builder |
isPreserveBootVolume(Boolean isPreserveBootVolume)
Whether to preserve the boot volume that was used to launch the preemptible instance when
the instance is terminated.
|
public TerminatePreemptionAction.Builder isPreserveBootVolume(Boolean isPreserveBootVolume)
Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
isPreserveBootVolume
- the value to setpublic TerminatePreemptionAction build()
public TerminatePreemptionAction.Builder copy(TerminatePreemptionAction model)
Copyright © 2016–2024. All rights reserved.