Interface ListCreatedArtifactsResponse.Builder

    • Method Detail

      • nextToken

        ListCreatedArtifactsResponse.Builder nextToken​(String nextToken)

        If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.

        Parameters:
        nextToken - If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdArtifactList

        ListCreatedArtifactsResponse.Builder createdArtifactList​(Collection<CreatedArtifact> createdArtifactList)

        List of created artifacts up to the maximum number of results specified in the request.

        Parameters:
        createdArtifactList - List of created artifacts up to the maximum number of results specified in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdArtifactList

        ListCreatedArtifactsResponse.Builder createdArtifactList​(CreatedArtifact... createdArtifactList)

        List of created artifacts up to the maximum number of results specified in the request.

        Parameters:
        createdArtifactList - List of created artifacts up to the maximum number of results specified in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.