Package org.cdk8s.plus24.k8s
Class AllowedCsiDriverV1Beta1.Builder
- java.lang.Object
-
- org.cdk8s.plus24.k8s.AllowedCsiDriverV1Beta1.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AllowedCsiDriverV1Beta1>
- Enclosing interface:
- AllowedCsiDriverV1Beta1
@Stability(Stable) public static final class AllowedCsiDriverV1Beta1.Builder extends Object implements software.amazon.jsii.Builder<AllowedCsiDriverV1Beta1>
A builder forAllowedCsiDriverV1Beta1
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllowedCsiDriverV1Beta1
build()
Builds the configured instance.AllowedCsiDriverV1Beta1.Builder
name(String name)
Sets the value ofAllowedCsiDriverV1Beta1.getName()
-
-
-
Method Detail
-
name
@Stability(Stable) public AllowedCsiDriverV1Beta1.Builder name(String name)
Sets the value ofAllowedCsiDriverV1Beta1.getName()
- Parameters:
name
- Name is the registered name of the CSI driver. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public AllowedCsiDriverV1Beta1 build()
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<AllowedCsiDriverV1Beta1>
- Returns:
- a new instance of
AllowedCsiDriverV1Beta1
- Throws:
NullPointerException
- if any required attribute was not provided
-
-