Class FlowSchemaArgs.Builder
- java.lang.Object
-
- com.pulumi.kubernetes.flowcontrol.v1beta2.inputs.FlowSchemaArgs.Builder
-
- Enclosing class:
- FlowSchemaArgs
public static final class FlowSchemaArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(FlowSchemaArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowSchemaArgs.Builder
apiVersion(com.pulumi.core.Output<java.lang.String> apiVersion)
FlowSchemaArgs.Builder
apiVersion(java.lang.String apiVersion)
FlowSchemaArgs
build()
FlowSchemaArgs.Builder
kind(com.pulumi.core.Output<java.lang.String> kind)
FlowSchemaArgs.Builder
kind(java.lang.String kind)
FlowSchemaArgs.Builder
metadata(com.pulumi.core.Output<ObjectMetaArgs> metadata)
FlowSchemaArgs.Builder
metadata(ObjectMetaArgs metadata)
FlowSchemaArgs.Builder
spec(com.pulumi.core.Output<FlowSchemaSpecArgs> spec)
FlowSchemaArgs.Builder
spec(FlowSchemaSpecArgs spec)
FlowSchemaArgs.Builder
status(com.pulumi.core.Output<FlowSchemaStatusArgs> status)
FlowSchemaArgs.Builder
status(FlowSchemaStatusArgs status)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(FlowSchemaArgs defaults)
-
-
Method Detail
-
apiVersion
public FlowSchemaArgs.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 FlowSchemaArgs.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 FlowSchemaArgs.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 FlowSchemaArgs.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 FlowSchemaArgs.Builder metadata(@Nullable com.pulumi.core.Output<ObjectMetaArgs> metadata)
- Parameters:
metadata
- `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata- Returns:
- builder
-
metadata
public FlowSchemaArgs.Builder metadata(ObjectMetaArgs metadata)
- Parameters:
metadata
- `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata- Returns:
- builder
-
spec
public FlowSchemaArgs.Builder spec(@Nullable com.pulumi.core.Output<FlowSchemaSpecArgs> spec)
- Parameters:
spec
- `spec` is the specification of the desired behavior of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status- Returns:
- builder
-
spec
public FlowSchemaArgs.Builder spec(FlowSchemaSpecArgs spec)
- Parameters:
spec
- `spec` is the specification of the desired behavior of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status- Returns:
- builder
-
status
public FlowSchemaArgs.Builder status(@Nullable com.pulumi.core.Output<FlowSchemaStatusArgs> status)
- Parameters:
status
- `status` is the current status of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status- Returns:
- builder
-
status
public FlowSchemaArgs.Builder status(FlowSchemaStatusArgs status)
- Parameters:
status
- `status` is the current status of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status- Returns:
- builder
-
build
public FlowSchemaArgs build()
-
-