Package org.cdk8s.plus24.k8s
Class KubeEndpointSliceListV1Beta1.Builder
- java.lang.Object
-
- org.cdk8s.plus24.k8s.KubeEndpointSliceListV1Beta1.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<KubeEndpointSliceListV1Beta1>
- Enclosing class:
- KubeEndpointSliceListV1Beta1
@Stability(Stable) public static final class KubeEndpointSliceListV1Beta1.Builder extends Object implements software.amazon.jsii.Builder<KubeEndpointSliceListV1Beta1>
A fluent builder forKubeEndpointSliceListV1Beta1
.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description KubeEndpointSliceListV1Beta1
build()
static KubeEndpointSliceListV1Beta1.Builder
create(software.constructs.Construct scope, String id)
KubeEndpointSliceListV1Beta1.Builder
items(List<? extends KubeEndpointSliceV1Beta1Props> items)
List of endpoint slices.KubeEndpointSliceListV1Beta1.Builder
metadata(ListMeta metadata)
Standard list metadata.
-
-
-
Method Detail
-
create
@Stability(Stable) public static KubeEndpointSliceListV1Beta1.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
KubeEndpointSliceListV1Beta1.Builder
.
-
items
@Stability(Stable) public KubeEndpointSliceListV1Beta1.Builder items(List<? extends KubeEndpointSliceV1Beta1Props> items)
List of endpoint slices.- Parameters:
items
- List of endpoint slices. This parameter is required.- Returns:
this
-
metadata
@Stability(Stable) public KubeEndpointSliceListV1Beta1.Builder metadata(ListMeta metadata)
Standard list metadata.- Parameters:
metadata
- Standard list metadata. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public KubeEndpointSliceListV1Beta1 build()
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<KubeEndpointSliceListV1Beta1>
-
-