Class PersistentVolumeClaimPatchArgs.Builder
- java.lang.Object
-
- com.pulumi.kubernetes.core.v1.inputs.PersistentVolumeClaimPatchArgs.Builder
-
- Enclosing class:
- PersistentVolumeClaimPatchArgs
public static final class PersistentVolumeClaimPatchArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(PersistentVolumeClaimPatchArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(PersistentVolumeClaimPatchArgs defaults)
-
-
Method Detail
-
apiVersion
public PersistentVolumeClaimPatchArgs.Builder apiVersion(@Nullable com.pulumi.core.Output<java.lang.String> apiVersion)
- Parameters:
apiVersion
- APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources- Returns:
- builder
-
apiVersion
public PersistentVolumeClaimPatchArgs.Builder apiVersion(java.lang.String apiVersion)
- Parameters:
apiVersion
- APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources- Returns:
- builder
-
kind
public PersistentVolumeClaimPatchArgs.Builder kind(@Nullable com.pulumi.core.Output<java.lang.String> kind)
- Parameters:
kind
- Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds- Returns:
- builder
-
kind
public PersistentVolumeClaimPatchArgs.Builder kind(java.lang.String kind)
- Parameters:
kind
- Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds- Returns:
- builder
-
metadata
public PersistentVolumeClaimPatchArgs.Builder metadata(@Nullable com.pulumi.core.Output<ObjectMetaPatchArgs> metadata)
- Parameters:
metadata
- Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata- Returns:
- builder
-
metadata
public PersistentVolumeClaimPatchArgs.Builder metadata(ObjectMetaPatchArgs metadata)
- Parameters:
metadata
- Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata- Returns:
- builder
-
spec
public PersistentVolumeClaimPatchArgs.Builder spec(@Nullable com.pulumi.core.Output<PersistentVolumeClaimSpecPatchArgs> spec)
- Parameters:
spec
- spec defines the desired characteristics of a volume requested by a pod author. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims- Returns:
- builder
-
spec
public PersistentVolumeClaimPatchArgs.Builder spec(PersistentVolumeClaimSpecPatchArgs spec)
- Parameters:
spec
- spec defines the desired characteristics of a volume requested by a pod author. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims- Returns:
- builder
-
status
public PersistentVolumeClaimPatchArgs.Builder status(@Nullable com.pulumi.core.Output<PersistentVolumeClaimStatusPatchArgs> status)
- Parameters:
status
- status represents the current information/status of a persistent volume claim. Read-only. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims- Returns:
- builder
-
status
public PersistentVolumeClaimPatchArgs.Builder status(PersistentVolumeClaimStatusPatchArgs status)
- Parameters:
status
- status represents the current information/status of a persistent volume claim. Read-only. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims- Returns:
- builder
-
build
public PersistentVolumeClaimPatchArgs build()
-
-