Class UpdateHeatWaveClusterDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • shapeName

        public UpdateHeatWaveClusterDetails.Builder shapeName​(String shapeName)
        A change to the shape of the nodes in the HeatWave cluster will result in the entire cluster being torn down and re-created with Compute instances of the new Shape.

        This may result in significant downtime for the analytics capability while the HeatWave cluster is re-provisioned.

        Parameters:
        shapeName - the value to set
        Returns:
        this builder
      • clusterSize

        public UpdateHeatWaveClusterDetails.Builder clusterSize​(Integer clusterSize)
        A change to the number of nodes in the HeatWave cluster will result in the entire cluster being torn down and re-created with the new cluster of nodes.

        This may result in a significant downtime for the analytics capability while the HeatWave cluster is re-provisioned.

        Parameters:
        clusterSize - the value to set
        Returns:
        this builder
      • isLakehouseEnabled

        public UpdateHeatWaveClusterDetails.Builder isLakehouseEnabled​(Boolean isLakehouseEnabled)
        Enable/disable Lakehouse for the HeatWave cluster.
        Parameters:
        isLakehouseEnabled - the value to set
        Returns:
        this builder