Interface DescribeObjectsResponse.Builder

    • Method Detail

      • pipelineObjects

        DescribeObjectsResponse.Builder pipelineObjects​(Collection<PipelineObject> pipelineObjects)

        An array of object definitions.

        Parameters:
        pipelineObjects - An array of object definitions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pipelineObjects

        DescribeObjectsResponse.Builder pipelineObjects​(PipelineObject... pipelineObjects)

        An array of object definitions.

        Parameters:
        pipelineObjects - An array of object definitions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        DescribeObjectsResponse.Builder marker​(String marker)

        The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value. If the value is null, there are no more results.

        Parameters:
        marker - The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value. If the value is null, there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hasMoreResults

        DescribeObjectsResponse.Builder hasMoreResults​(Boolean hasMoreResults)

        Indicates whether there are more results to return.

        Parameters:
        hasMoreResults - Indicates whether there are more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.