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