Interface DescribeImportSnapshotTasksResponse.Builder

    • Method Detail

      • importSnapshotTasks

        DescribeImportSnapshotTasksResponse.Builder importSnapshotTasks​(Collection<ImportSnapshotTask> importSnapshotTasks)

        A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.

        Parameters:
        importSnapshotTasks - A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • importSnapshotTasks

        DescribeImportSnapshotTasksResponse.Builder importSnapshotTasks​(ImportSnapshotTask... importSnapshotTasks)

        A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.

        Parameters:
        importSnapshotTasks - A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeImportSnapshotTasksResponse.Builder nextToken​(String nextToken)

        The token to use to get the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to get the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.