Interface ListSegmentReferencesResponse.Builder

    • Method Detail

      • nextToken

        ListSegmentReferencesResponse.Builder nextToken​(String nextToken)

        The token to use in a subsequent ListSegmentReferences operation to return the next set of results.

        Parameters:
        nextToken - The token to use in a subsequent ListSegmentReferences operation to return the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • referencedBy

        ListSegmentReferencesResponse.Builder referencedBy​(Collection<RefResource> referencedBy)

        An array of structures, where each structure contains information about one experiment or launch that uses this segment.

        Parameters:
        referencedBy - An array of structures, where each structure contains information about one experiment or launch that uses this segment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • referencedBy

        ListSegmentReferencesResponse.Builder referencedBy​(RefResource... referencedBy)

        An array of structures, where each structure contains information about one experiment or launch that uses this segment.

        Parameters:
        referencedBy - An array of structures, where each structure contains information about one experiment or launch that uses this segment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.