Interface PutFunctionScalingConfigResponse.Builder

    • Method Detail

      • functionState

        PutFunctionScalingConfigResponse.Builder functionState​(String functionState)

        The current state of the function after applying the scaling configuration.

        Parameters:
        functionState - The current state of the function after applying the scaling configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        State, State
      • functionState

        PutFunctionScalingConfigResponse.Builder functionState​(State functionState)

        The current state of the function after applying the scaling configuration.

        Parameters:
        functionState - The current state of the function after applying the scaling configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        State, State