Class ScaleStreamingJobParameters


  • public final class ScaleStreamingJobParameters
    extends Object
    Parameters supplied to the Scale Streaming Job operation.
    • Constructor Detail

      • ScaleStreamingJobParameters

        public ScaleStreamingJobParameters()
    • Method Detail

      • streamingUnits

        public Integer streamingUnits()
        Get the streamingUnits property: Specifies the number of streaming units that the streaming job will scale to.
        Returns:
        the streamingUnits value.
      • withStreamingUnits

        public ScaleStreamingJobParameters withStreamingUnits​(Integer streamingUnits)
        Set the streamingUnits property: Specifies the number of streaming units that the streaming job will scale to.
        Parameters:
        streamingUnits - the streamingUnits value to set.
        Returns:
        the ScaleStreamingJobParameters object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.