Interface ActionGroupInvocationInput.Builder

    • Method Detail

      • actionGroupName

        ActionGroupInvocationInput.Builder actionGroupName​(String actionGroupName)
        Sets the value of the ActionGroupName property for this object.
        Parameters:
        actionGroupName - The new value for the ActionGroupName property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • verb

        ActionGroupInvocationInput.Builder verb​(String verb)
        Sets the value of the Verb property for this object.
        Parameters:
        verb - The new value for the Verb property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • apiPath

        ActionGroupInvocationInput.Builder apiPath​(String apiPath)
        Sets the value of the ApiPath property for this object.
        Parameters:
        apiPath - The new value for the ApiPath property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameters

        ActionGroupInvocationInput.Builder parameters​(Collection<Parameter> parameters)
        Sets the value of the Parameters property for this object.
        Parameters:
        parameters - The new value for the Parameters property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameters

        ActionGroupInvocationInput.Builder parameters​(Parameter... parameters)
        Sets the value of the Parameters property for this object.
        Parameters:
        parameters - The new value for the Parameters property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestBody

        ActionGroupInvocationInput.Builder requestBody​(RequestBody requestBody)
        Sets the value of the RequestBody property for this object.
        Parameters:
        requestBody - The new value for the RequestBody property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.