Package org.cdk8s.plus25.k8s
Class ForZone.Builder
- java.lang.Object
-
- org.cdk8s.plus25.k8s.ForZone.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ForZonebuild()Builds the configured instance.ForZone.Buildername(String name)Sets the value ofForZone.getName()
-
-
-
Method Detail
-
name
@Stability(Stable) public ForZone.Builder name(String name)
Sets the value ofForZone.getName()- Parameters:
name- name represents the name of the zone. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public ForZone build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ForZone>- Returns:
- a new instance of
ForZone - Throws:
NullPointerException- if any required attribute was not provided
-
-