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 |
preserveBootVolume(Boolean preserveBootVolume)
Whether to preserve the boot volume that was used to launch the preemptible instance when
the instance is terminated.
|
public TerminatePreemptionAction.Builder preserveBootVolume(Boolean preserveBootVolume)
Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. By default, it is false if not specified.
preserveBootVolume
- the value to setpublic TerminatePreemptionAction build()
public TerminatePreemptionAction.Builder copy(TerminatePreemptionAction model)
Copyright © 2016–2024. All rights reserved.