Interface NodeConfigurationOption.Builder

    • Method Detail

      • nodeType

        NodeConfigurationOption.Builder nodeType​(String nodeType)

        The node type, such as, "ra3.4xlarge".

        Parameters:
        nodeType - The node type, such as, "ra3.4xlarge".
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • numberOfNodes

        NodeConfigurationOption.Builder numberOfNodes​(Integer numberOfNodes)

        The number of nodes.

        Parameters:
        numberOfNodes - The number of nodes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • estimatedDiskUtilizationPercent

        NodeConfigurationOption.Builder estimatedDiskUtilizationPercent​(Double estimatedDiskUtilizationPercent)

        The estimated disk utilizaton percentage.

        Parameters:
        estimatedDiskUtilizationPercent - The estimated disk utilizaton percentage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mode

        NodeConfigurationOption.Builder mode​(String mode)

        The category of the node configuration recommendation.

        Parameters:
        mode - The category of the node configuration recommendation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Mode, Mode
      • mode

        NodeConfigurationOption.Builder mode​(Mode mode)

        The category of the node configuration recommendation.

        Parameters:
        mode - The category of the node configuration recommendation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Mode, Mode