Interface ListArtifactsResponse.Builder

    • Method Detail

      • artifacts

        ListArtifactsResponse.Builder artifacts​(Collection<Artifact> artifacts)

        A list of artifacts.

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

        ListArtifactsResponse.Builder artifacts​(Artifact... artifacts)

        A list of artifacts.

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

        ListArtifactsResponse.Builder nextToken​(String nextToken)

        A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.

        Parameters:
        nextToken - A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.