Package org.cdk8s.plus25.k8s
Class KubeHorizontalPodAutoscalerListV2Beta2.Builder
- java.lang.Object
-
- org.cdk8s.plus25.k8s.KubeHorizontalPodAutoscalerListV2Beta2.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<KubeHorizontalPodAutoscalerListV2Beta2>
- Enclosing class:
- KubeHorizontalPodAutoscalerListV2Beta2
@Stability(Stable) public static final class KubeHorizontalPodAutoscalerListV2Beta2.Builder extends Object implements software.amazon.jsii.Builder<KubeHorizontalPodAutoscalerListV2Beta2>
A fluent builder forKubeHorizontalPodAutoscalerListV2Beta2.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description KubeHorizontalPodAutoscalerListV2Beta2build()static KubeHorizontalPodAutoscalerListV2Beta2.Buildercreate(software.constructs.Construct scope, String id)KubeHorizontalPodAutoscalerListV2Beta2.Builderitems(List<? extends KubeHorizontalPodAutoscalerV2Beta2Props> items)items is the list of horizontal pod autoscaler objects.KubeHorizontalPodAutoscalerListV2Beta2.Buildermetadata(ListMeta metadata)metadata is the standard list metadata.
-
-
-
Method Detail
-
create
@Stability(Stable) public static KubeHorizontalPodAutoscalerListV2Beta2.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
KubeHorizontalPodAutoscalerListV2Beta2.Builder.
-
items
@Stability(Stable) public KubeHorizontalPodAutoscalerListV2Beta2.Builder items(List<? extends KubeHorizontalPodAutoscalerV2Beta2Props> 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 KubeHorizontalPodAutoscalerListV2Beta2.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 KubeHorizontalPodAutoscalerListV2Beta2 build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<KubeHorizontalPodAutoscalerListV2Beta2>- Returns:
- a newly built instance of
KubeHorizontalPodAutoscalerListV2Beta2.
-
-