Package org.cdk8s.plus28.k8s
Class KubeIpAddressListV1Alpha1.Builder
- java.lang.Object
-
- org.cdk8s.plus28.k8s.KubeIpAddressListV1Alpha1.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<KubeIpAddressListV1Alpha1>
- Enclosing class:
- KubeIpAddressListV1Alpha1
@Stability(Stable) public static final class KubeIpAddressListV1Alpha1.Builder extends Object implements software.amazon.jsii.Builder<KubeIpAddressListV1Alpha1>
A fluent builder forKubeIpAddressListV1Alpha1.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description KubeIpAddressListV1Alpha1build()static KubeIpAddressListV1Alpha1.Buildercreate(software.constructs.Construct scope, String id)KubeIpAddressListV1Alpha1.Builderitems(List<? extends KubeIpAddressV1Alpha1Props> items)items is the list of IPAddresses.KubeIpAddressListV1Alpha1.Buildermetadata(ListMeta metadata)Standard object's metadata.
-
-
-
Method Detail
-
create
@Stability(Stable) public static KubeIpAddressListV1Alpha1.Builder create(software.constructs.Construct scope, String id)
- Parameters:
scope- the scope in which to define this object. This parameter is required.id- a scope-local name for the object. This parameter is required.- Returns:
- a new instance of
KubeIpAddressListV1Alpha1.Builder.
-
items
@Stability(Stable) public KubeIpAddressListV1Alpha1.Builder items(List<? extends KubeIpAddressV1Alpha1Props> items)
items is the list of IPAddresses.- Parameters:
items- items is the list of IPAddresses. This parameter is required.- Returns:
this
-
metadata
@Stability(Stable) public KubeIpAddressListV1Alpha1.Builder metadata(ListMeta metadata)
Standard object's metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- Parameters:
metadata- Standard object's metadata. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public KubeIpAddressListV1Alpha1 build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<KubeIpAddressListV1Alpha1>- Returns:
- a newly built instance of
KubeIpAddressListV1Alpha1.
-
-