Class KubeScale.Builder

  • All Implemented Interfaces:
    software.amazon.jsii.Builder<KubeScale>
    Enclosing class:
    KubeScale

    @Stability(Stable)
    public static final class KubeScale.Builder
    extends Object
    implements software.amazon.jsii.Builder<KubeScale>
    A fluent builder for KubeScale.
    • Method Detail

      • create

        @Stability(Stable)
        public static KubeScale.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 KubeScale.Builder.
      • metadata

        @Stability(Stable)
        public KubeScale.Builder metadata​(ObjectMeta metadata)
        Standard object metadata;

        More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.

        Parameters:
        metadata - Standard object metadata;. This parameter is required.
        Returns:
        this
      • spec

        @Stability(Stable)
        public KubeScale.Builder spec​(ScaleSpec spec)
        defines the behavior of the scale.

        More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.

        Parameters:
        spec - defines the behavior of the scale. This parameter is required.
        Returns:
        this
      • build

        @Stability(Stable)
        public KubeScale build()
        Specified by:
        build in interface software.amazon.jsii.Builder<KubeScale>
        Returns:
        a newly built instance of KubeScale.