Class VirtualMachineScaleSetVMProtectionPolicyResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.compute.outputs.VirtualMachineScaleSetVMProtectionPolicyResponse.Builder
-
- Enclosing class:
- VirtualMachineScaleSetVMProtectionPolicyResponse
public static final class VirtualMachineScaleSetVMProtectionPolicyResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(VirtualMachineScaleSetVMProtectionPolicyResponse defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VirtualMachineScaleSetVMProtectionPolicyResponse
build()
VirtualMachineScaleSetVMProtectionPolicyResponse.Builder
protectFromScaleIn(java.lang.Boolean protectFromScaleIn)
VirtualMachineScaleSetVMProtectionPolicyResponse.Builder
protectFromScaleSetActions(java.lang.Boolean protectFromScaleSetActions)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(VirtualMachineScaleSetVMProtectionPolicyResponse defaults)
-
-
Method Detail
-
protectFromScaleIn
public VirtualMachineScaleSetVMProtectionPolicyResponse.Builder protectFromScaleIn(@Nullable java.lang.Boolean protectFromScaleIn)
-
protectFromScaleSetActions
public VirtualMachineScaleSetVMProtectionPolicyResponse.Builder protectFromScaleSetActions(@Nullable java.lang.Boolean protectFromScaleSetActions)
-
build
public VirtualMachineScaleSetVMProtectionPolicyResponse build()
-
-