Interface AddFlowOutputsResponse.Builder

    • Method Detail

      • flowArn

        AddFlowOutputsResponse.Builder flowArn​(String flowArn)
        The ARN of the flow that these outputs were added to.
        Parameters:
        flowArn - The ARN of the flow that these outputs were added to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputs

        AddFlowOutputsResponse.Builder outputs​(Collection<Output> outputs)
        The details of the newly added outputs.
        Parameters:
        outputs - The details of the newly added outputs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputs

        AddFlowOutputsResponse.Builder outputs​(Output... outputs)
        The details of the newly added outputs.
        Parameters:
        outputs - The details of the newly added outputs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.