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