Interface DescribeObjectsRequest.Builder

    • Method Detail

      • pipelineId

        DescribeObjectsRequest.Builder pipelineId​(String pipelineId)

        The ID of the pipeline that contains the object definitions.

        Parameters:
        pipelineId - The ID of the pipeline that contains the object definitions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • objectIds

        DescribeObjectsRequest.Builder objectIds​(Collection<String> objectIds)

        The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.

        Parameters:
        objectIds - The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • objectIds

        DescribeObjectsRequest.Builder objectIds​(String... objectIds)

        The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.

        Parameters:
        objectIds - The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • evaluateExpressions

        DescribeObjectsRequest.Builder evaluateExpressions​(Boolean evaluateExpressions)

        Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.

        Parameters:
        evaluateExpressions - Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        DescribeObjectsRequest.Builder marker​(String marker)

        The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call DescribeObjects with the marker value from the previous call to retrieve the next set of results.

        Parameters:
        marker - The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call DescribeObjects with the marker value from the previous call to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.