Class IngressClassPatchArgs.Builder
- java.lang.Object
-
- com.pulumi.kubernetes.networking.v1.IngressClassPatchArgs.Builder
-
- Enclosing class:
- IngressClassPatchArgs
public static final class IngressClassPatchArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(IngressClassPatchArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IngressClassPatchArgs.Builder
apiVersion(com.pulumi.core.Output<java.lang.String> apiVersion)
IngressClassPatchArgs.Builder
apiVersion(java.lang.String apiVersion)
IngressClassPatchArgs
build()
IngressClassPatchArgs.Builder
kind(com.pulumi.core.Output<java.lang.String> kind)
IngressClassPatchArgs.Builder
kind(java.lang.String kind)
IngressClassPatchArgs.Builder
metadata(com.pulumi.core.Output<ObjectMetaPatchArgs> metadata)
IngressClassPatchArgs.Builder
metadata(ObjectMetaPatchArgs metadata)
IngressClassPatchArgs.Builder
spec(com.pulumi.core.Output<IngressClassSpecPatchArgs> spec)
IngressClassPatchArgs.Builder
spec(IngressClassSpecPatchArgs spec)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(IngressClassPatchArgs defaults)
-
-
Method Detail
-
apiVersion
public IngressClassPatchArgs.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 IngressClassPatchArgs.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 IngressClassPatchArgs.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 IngressClassPatchArgs.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 IngressClassPatchArgs.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 IngressClassPatchArgs.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 IngressClassPatchArgs.Builder spec(@Nullable com.pulumi.core.Output<IngressClassSpecPatchArgs> spec)
- Parameters:
spec
- Spec is the desired state of the IngressClass. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status- Returns:
- builder
-
spec
public IngressClassPatchArgs.Builder spec(IngressClassSpecPatchArgs spec)
- Parameters:
spec
- Spec is the desired state of the IngressClass. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status- Returns:
- builder
-
build
public IngressClassPatchArgs build()
-
-