Interface ListPipelineParametersForExecutionResponse.Builder

    • Method Detail

      • pipelineParameters

        ListPipelineParametersForExecutionResponse.Builder pipelineParameters​(Collection<Parameter> pipelineParameters)

        Contains a list of pipeline parameters. This list can be empty.

        Parameters:
        pipelineParameters - Contains a list of pipeline parameters. This list can be empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pipelineParameters

        ListPipelineParametersForExecutionResponse.Builder pipelineParameters​(Parameter... pipelineParameters)

        Contains a list of pipeline parameters. This list can be empty.

        Parameters:
        pipelineParameters - Contains a list of pipeline parameters. This list can be empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPipelineParametersForExecutionResponse.Builder nextToken​(String nextToken)

        If the result of the previous ListPipelineParametersForExecution request was truncated, the response includes a NextToken. To retrieve the next set of parameters, use the token in the next request.

        Parameters:
        nextToken - If the result of the previous ListPipelineParametersForExecution request was truncated, the response includes a NextToken. To retrieve the next set of parameters, use the token in the next request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.