Interface ListAllowedNodeTypeUpdatesResponse.Builder

    • Method Detail

      • scaleUpNodeTypes

        ListAllowedNodeTypeUpdatesResponse.Builder scaleUpNodeTypes​(Collection<String> scaleUpNodeTypes)

        A list node types which you can use to scale up your cluster.

        Parameters:
        scaleUpNodeTypes - A list node types which you can use to scale up your cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scaleUpNodeTypes

        ListAllowedNodeTypeUpdatesResponse.Builder scaleUpNodeTypes​(String... scaleUpNodeTypes)

        A list node types which you can use to scale up your cluster.

        Parameters:
        scaleUpNodeTypes - A list node types which you can use to scale up your cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scaleDownNodeTypes

        ListAllowedNodeTypeUpdatesResponse.Builder scaleDownNodeTypes​(Collection<String> scaleDownNodeTypes)

        A list node types which you can use to scale down your cluster.

        Parameters:
        scaleDownNodeTypes - A list node types which you can use to scale down your cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scaleDownNodeTypes

        ListAllowedNodeTypeUpdatesResponse.Builder scaleDownNodeTypes​(String... scaleDownNodeTypes)

        A list node types which you can use to scale down your cluster.

        Parameters:
        scaleDownNodeTypes - A list node types which you can use to scale down your cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.