Package org.cdk8s.plus25.k8s
Class KubeIngressList.Builder
- java.lang.Object
-
- org.cdk8s.plus25.k8s.KubeIngressList.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<KubeIngressList>
- Enclosing class:
- KubeIngressList
@Stability(Stable) public static final class KubeIngressList.Builder extends Object implements software.amazon.jsii.Builder<KubeIngressList>
A fluent builder forKubeIngressList.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description KubeIngressListbuild()static KubeIngressList.Buildercreate(software.constructs.Construct scope, String id)KubeIngressList.Builderitems(List<? extends KubeIngressProps> items)Items is the list of Ingress.KubeIngressList.Buildermetadata(ListMeta metadata)Standard object's metadata.
-
-
-
Method Detail
-
create
@Stability(Stable) public static KubeIngressList.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
KubeIngressList.Builder.
-
items
@Stability(Stable) public KubeIngressList.Builder items(List<? extends KubeIngressProps> items)
Items is the list of Ingress.- Parameters:
items- Items is the list of Ingress. This parameter is required.- Returns:
this
-
metadata
@Stability(Stable) public KubeIngressList.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 KubeIngressList build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<KubeIngressList>- Returns:
- a newly built instance of
KubeIngressList.
-
-