Package com.pulumi.gcp.compute.outputs
Class GetResourcePolicySnapshotSchedulePolicySnapshotProperty.Builder
- java.lang.Object
-
- com.pulumi.gcp.compute.outputs.GetResourcePolicySnapshotSchedulePolicySnapshotProperty.Builder
-
- Enclosing class:
- GetResourcePolicySnapshotSchedulePolicySnapshotProperty
public static final class GetResourcePolicySnapshotSchedulePolicySnapshotProperty.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetResourcePolicySnapshotSchedulePolicySnapshotProperty defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetResourcePolicySnapshotSchedulePolicySnapshotProperty
build()
GetResourcePolicySnapshotSchedulePolicySnapshotProperty.Builder
chainName(java.lang.String chainName)
GetResourcePolicySnapshotSchedulePolicySnapshotProperty.Builder
guestFlush(java.lang.Boolean guestFlush)
GetResourcePolicySnapshotSchedulePolicySnapshotProperty.Builder
labels(java.util.Map<java.lang.String,java.lang.String> labels)
GetResourcePolicySnapshotSchedulePolicySnapshotProperty.Builder
storageLocations(java.lang.String... storageLocations)
GetResourcePolicySnapshotSchedulePolicySnapshotProperty.Builder
storageLocations(java.util.List<java.lang.String> storageLocations)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetResourcePolicySnapshotSchedulePolicySnapshotProperty defaults)
-
-
Method Detail
-
chainName
public GetResourcePolicySnapshotSchedulePolicySnapshotProperty.Builder chainName(java.lang.String chainName)
-
guestFlush
public GetResourcePolicySnapshotSchedulePolicySnapshotProperty.Builder guestFlush(java.lang.Boolean guestFlush)
-
labels
public GetResourcePolicySnapshotSchedulePolicySnapshotProperty.Builder labels(java.util.Map<java.lang.String,java.lang.String> labels)
-
storageLocations
public GetResourcePolicySnapshotSchedulePolicySnapshotProperty.Builder storageLocations(java.util.List<java.lang.String> storageLocations)
-
storageLocations
public GetResourcePolicySnapshotSchedulePolicySnapshotProperty.Builder storageLocations(java.lang.String... storageLocations)
-
build
public GetResourcePolicySnapshotSchedulePolicySnapshotProperty build()
-
-