Interface StageKey.Builder

    • Method Detail

      • restApiId

        StageKey.Builder restApiId​(String restApiId)

        The string identifier of the associated RestApi.

        Parameters:
        restApiId - The string identifier of the associated RestApi.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stageName

        StageKey.Builder stageName​(String stageName)

        The stage name associated with the stage key.

        Parameters:
        stageName - The stage name associated with the stage key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.