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