Interface ListCreatedArtifactsRequest.Builder

    • Method Detail

      • progressUpdateStream

        ListCreatedArtifactsRequest.Builder progressUpdateStream​(String progressUpdateStream)

        The name of the ProgressUpdateStream.

        Parameters:
        progressUpdateStream - The name of the ProgressUpdateStream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • migrationTaskName

        ListCreatedArtifactsRequest.Builder migrationTaskName​(String migrationTaskName)

        Unique identifier that references the migration task. Do not store personal data in this field.

        Parameters:
        migrationTaskName - Unique identifier that references the migration task. Do not store personal data in this field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListCreatedArtifactsRequest.Builder nextToken​(String nextToken)

        If a NextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken.

        Parameters:
        nextToken - If a NextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListCreatedArtifactsRequest.Builder maxResults​(Integer maxResults)

        Maximum number of results to be returned per page.

        Parameters:
        maxResults - Maximum number of results to be returned per page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.