Interface ListArtifactsResponse.Builder

    • Method Detail

      • artifactSummaries

        ListArtifactsResponse.Builder artifactSummaries​(Collection<ArtifactSummary> artifactSummaries)

        A list of artifacts and their properties.

        Parameters:
        artifactSummaries - A list of artifacts and their properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • artifactSummaries

        ListArtifactsResponse.Builder artifactSummaries​(ArtifactSummary... artifactSummaries)

        A list of artifacts and their properties.

        Parameters:
        artifactSummaries - A list of artifacts and their properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListArtifactsResponse.Builder nextToken​(String nextToken)

        A token for getting the next set of artifacts, if there are any.

        Parameters:
        nextToken - A token for getting the next set of artifacts, if there are any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.