Class PhotonPersistentDiskVolumeSourcePatchArgs.Builder
- java.lang.Object
-
- com.pulumi.kubernetes.core.v1.inputs.PhotonPersistentDiskVolumeSourcePatchArgs.Builder
-
- Enclosing class:
- PhotonPersistentDiskVolumeSourcePatchArgs
public static final class PhotonPersistentDiskVolumeSourcePatchArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(PhotonPersistentDiskVolumeSourcePatchArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhotonPersistentDiskVolumeSourcePatchArgs
build()
PhotonPersistentDiskVolumeSourcePatchArgs.Builder
fsType(com.pulumi.core.Output<java.lang.String> fsType)
PhotonPersistentDiskVolumeSourcePatchArgs.Builder
fsType(java.lang.String fsType)
PhotonPersistentDiskVolumeSourcePatchArgs.Builder
pdID(com.pulumi.core.Output<java.lang.String> pdID)
PhotonPersistentDiskVolumeSourcePatchArgs.Builder
pdID(java.lang.String pdID)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(PhotonPersistentDiskVolumeSourcePatchArgs defaults)
-
-
Method Detail
-
fsType
public PhotonPersistentDiskVolumeSourcePatchArgs.Builder fsType(@Nullable com.pulumi.core.Output<java.lang.String> fsType)
- Parameters:
fsType
- fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.- Returns:
- builder
-
fsType
public PhotonPersistentDiskVolumeSourcePatchArgs.Builder fsType(java.lang.String fsType)
- Parameters:
fsType
- fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.- Returns:
- builder
-
pdID
public PhotonPersistentDiskVolumeSourcePatchArgs.Builder pdID(@Nullable com.pulumi.core.Output<java.lang.String> pdID)
- Parameters:
pdID
- pdID is the ID that identifies Photon Controller persistent disk- Returns:
- builder
-
pdID
public PhotonPersistentDiskVolumeSourcePatchArgs.Builder pdID(java.lang.String pdID)
- Parameters:
pdID
- pdID is the ID that identifies Photon Controller persistent disk- Returns:
- builder
-
build
public PhotonPersistentDiskVolumeSourcePatchArgs build()
-
-