Package org.cdk8s.plus28.k8s
Class ParamKindV1Alpha1.Builder
- java.lang.Object
-
- org.cdk8s.plus28.k8s.ParamKindV1Alpha1.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ParamKindV1Alpha1>
- Enclosing interface:
- ParamKindV1Alpha1
@Stability(Stable) public static final class ParamKindV1Alpha1.Builder extends Object implements software.amazon.jsii.Builder<ParamKindV1Alpha1>
A builder forParamKindV1Alpha1
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParamKindV1Alpha1.BuilderapiVersion(String apiVersion)Sets the value ofParamKindV1Alpha1.getApiVersion()ParamKindV1Alpha1build()Builds the configured instance.ParamKindV1Alpha1.Builderkind(String kind)Sets the value ofParamKindV1Alpha1.getKind()
-
-
-
Method Detail
-
apiVersion
@Stability(Stable) public ParamKindV1Alpha1.Builder apiVersion(String apiVersion)
Sets the value ofParamKindV1Alpha1.getApiVersion()- Parameters:
apiVersion- APIVersion is the API group version the resources belong to. In format of "group/version". Required.- Returns:
this
-
kind
@Stability(Stable) public ParamKindV1Alpha1.Builder kind(String kind)
Sets the value ofParamKindV1Alpha1.getKind()- Parameters:
kind- Kind is the API kind the resources belong to. Required.- Returns:
this
-
build
@Stability(Stable) public ParamKindV1Alpha1 build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ParamKindV1Alpha1>- Returns:
- a new instance of
ParamKindV1Alpha1 - Throws:
NullPointerException- if any required attribute was not provided
-
-